libGL.dylib now *builds* on darwin.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
struct glx_context *gc;
int errorcode;
bool x11error;
- Display *dpy;
+ Display *dpy = psc->dpy;
+ int screen = psc->scr;
/* TODO: Integrate this with apple_glx_create_context and make
* struct apple_glx_context inherit from struct glx_context. */
return NULL;
}
- dpy = gc->psc->dpy;
-
gc->vtable = &applegl_context_vtable;
gc->driContext = NULL;
gc->do_destroy = False;