mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Formatting.
This commit is contained in:
+4
-4
@@ -168,7 +168,7 @@ typedef struct _GLFWlibraryX11
|
|||||||
|
|
||||||
// Screensaver data
|
// Screensaver data
|
||||||
struct {
|
struct {
|
||||||
int changed;
|
GLboolean changed;
|
||||||
int timeout;
|
int timeout;
|
||||||
int interval;
|
int interval;
|
||||||
int blanking;
|
int blanking;
|
||||||
@@ -177,16 +177,16 @@ typedef struct _GLFWlibraryX11
|
|||||||
|
|
||||||
// Fullscreen data
|
// Fullscreen data
|
||||||
struct {
|
struct {
|
||||||
int modeChanged;
|
GLboolean modeChanged;
|
||||||
#if defined(_GLFW_HAS_XRANDR)
|
#if defined(_GLFW_HAS_XRANDR)
|
||||||
SizeID oldSizeID;
|
SizeID oldSizeID;
|
||||||
int oldWidth;
|
int oldWidth;
|
||||||
int oldHeight;
|
int oldHeight;
|
||||||
Rotation oldRotation;
|
Rotation oldRotation;
|
||||||
#endif
|
#endif /*_GLFW_HAS_XRANDR*/
|
||||||
#if defined(_GLFW_HAS_XF86VIDMODE)
|
#if defined(_GLFW_HAS_XF86VIDMODE)
|
||||||
XF86VidModeModeInfo oldMode;
|
XF86VidModeModeInfo oldMode;
|
||||||
#endif
|
#endif /*_GLFW_HAS_XF86VIDMODE*/
|
||||||
} FS;
|
} FS;
|
||||||
|
|
||||||
// Timer data
|
// Timer data
|
||||||
|
|||||||
Reference in New Issue
Block a user