Formatting.

This commit is contained in:
Camilla Berglund
2011-09-20 18:52:00 +02:00
parent 554bf5d321
commit 6da82e0ffe
6 changed files with 7 additions and 22 deletions
+2 -2
View File
@@ -193,7 +193,7 @@ typedef struct _GLFWlibraryX11
} Xkb;
// Key code LUT (mapping X11 key codes to GLFW key codes)
int keyCodeLUT[256];
int keyCodeLUT[256];
// Screensaver data
struct {
@@ -222,7 +222,7 @@ typedef struct _GLFWlibraryX11
struct {
GLboolean monotonic;
double resolution;
uint64_t t0;
uint64_t base;
} timer;
#if defined(_GLFW_DLOPEN_LIBGL)