Removed duplicate prefixes.

This commit is contained in:
Camilla Berglund
2010-10-13 23:05:17 +02:00
parent 215742af60
commit 6d87163aa2
5 changed files with 45 additions and 45 deletions
+2 -2
View File
@@ -155,7 +155,7 @@ typedef struct _GLFWlibraryX11
GLboolean available;
int eventBase;
int errorBase;
} XF86VidMode;
} VidMode;
struct {
GLboolean available;
@@ -164,7 +164,7 @@ typedef struct _GLFWlibraryX11
int majorVersion;
int minorVersion;
GLboolean gammaBroken;
} XRandR;
} RandR;
// Screensaver data
struct {