opengl32: Get rid of X/GLX leftovers.

oldstable
Roderick Colenbrander 2008-04-30 19:06:13 +00:00 committed by Alexandre Julliard
parent 9483760b35
commit 18e704f9aa
3 changed files with 1 additions and 5 deletions

View File

@ -26,7 +26,6 @@
#define XMD_H /* This is to prevent the Xmd.h inclusion bug :-/ */
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
#include <GL/glx.h>
#ifdef HAVE_GL_GLEXT_H
# include <GL/glext.h>
#endif

View File

@ -82,9 +82,6 @@ static char* internal_gl_extensions = NULL;
typedef struct wine_glcontext {
HDC hdc;
XVisualInfo *vis;
GLXFBConfig fb_conf;
GLXContext ctx;
BOOL do_escape;
/* ... more stuff here */
} Wine_GLContext;

View File

@ -104,10 +104,10 @@ typedef struct wine_glpixelformat {
typedef struct wine_glcontext {
HDC hdc;
BOOL do_escape;
XVisualInfo *vis;
WineGLPixelFormat *fmt;
GLXContext ctx;
BOOL do_escape;
HDC read_hdc;
Drawable drawables[2];
BOOL refresh_drawables;