fix for solo to set the mode, and make solo gcc2 friendly...

From: Stephane Marchesin
This commit is contained in:
Dave Airlie 2005-03-05 04:00:09 +00:00
parent 87030f6618
commit 1bb14ad90c

View file

@ -1103,6 +1103,7 @@ CallCreateNewScreen(Display *dpy, int scrn, __DRIscreen *psc)
drmVersionPtr version;
drm_handle_t hFB;
int junk;
drm_magic_t magic;
err_msg = "XF86DRIOpenConnection";
err_extra = NULL;
@ -1117,8 +1118,6 @@ CallCreateNewScreen(Display *dpy, int scrn, __DRIscreen *psc)
if (fd < 0) goto done;
drm_magic_t magic;
err_msg = "drmGetMagic";
err_extra = NULL;
@ -2053,6 +2052,7 @@ glXCreateContext( Display *dpy, XVisualInfo *vis,
else
sharePriv = NULL;
ctx->driContext.mode = vis->visual->mode;
ctx->driContext.private = dpy->driScreen.createNewContext(dpy, vis->visual->mode,
GLX_WINDOW_BIT, sharePriv, &ctx->driContext);