Formatting.

This commit is contained in:
Camilla Berglund 2010-10-14 17:37:56 +02:00
parent 2587dc45b5
commit aac0842173

View File

@ -168,7 +168,7 @@ typedef struct _GLFWlibraryX11
// Screensaver data
struct {
int changed;
GLboolean changed;
int timeout;
int interval;
int blanking;
@ -177,16 +177,16 @@ typedef struct _GLFWlibraryX11
// Fullscreen data
struct {
int modeChanged;
GLboolean modeChanged;
#if defined(_GLFW_HAS_XRANDR)
SizeID oldSizeID;
int oldWidth;
int oldHeight;
Rotation oldRotation;
#endif
#endif /*_GLFW_HAS_XRANDR*/
#if defined(_GLFW_HAS_XF86VIDMODE)
XF86VidModeModeInfo oldMode;
#endif
#endif /*_GLFW_HAS_XF86VIDMODE*/
} FS;
// Timer data