File diff r8106:01dbd10fde05 → r8107:82461791b7a2
src/window_type.h
Show inline comments
 
@@ -93,6 +93,14 @@ enum WindowClass {
 
};
 

	
 
struct Window;
 
struct WindowEvent;
 
typedef int32 WindowNumber;
 

	
 
/**
 
 * You cannot 100% reliably calculate the biggest custom struct as
 
 * the number of pointers in it and alignment will have a huge impact.
 
 * 96 is the largest window-size for 64-bit machines currently.
 
 */
 
#define WINDOW_CUSTOM_SIZE 96
 

	
 
#endif /* WINDOW_TYPE_H */