diff options
Diffstat (limited to 'GL/windows/glwindows.h')
-rw-r--r-- | GL/windows/glwindows.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/GL/windows/glwindows.h b/GL/windows/glwindows.h index 1bfdcb715..aa984099c 100644 --- a/GL/windows/glwindows.h +++ b/GL/windows/glwindows.h @@ -4,8 +4,6 @@ #include <glxserver.h> #include <glxext.h> -#include <mipointrst.h> -#include <miscstruct.h> #include <windowstr.h> #include <resource.h> #include <GL/glxint.h> @@ -35,7 +33,7 @@ extern glWinDebugSettingsRec glWinDebugSettings; typedef struct { int num_vis; - __GLXvisualConfig *glx_vis; + __GLcontextModes *modes; void **priv; /* wrapped screen functions */ |