diff options
-rw-r--r-- | include/GL/glx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h index 62d0ede9e2b..234abc05025 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -168,6 +168,7 @@ typedef XID GLXDrawable; /* GLX 1.3 and later */ typedef struct __GLXFBConfigRec *GLXFBConfig; typedef XID GLXFBConfigID; +typedef XID GLXContextID; typedef XID GLXWindow; typedef XID GLXPbuffer; |