mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
fix for solo to set the mode, and make solo gcc2 friendly...
From: Stephane Marchesin
This commit is contained in:
parent
87030f6618
commit
1bb14ad90c
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue