diff options
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/glxclient.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 81c9a266696..813547ae51a 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -494,13 +494,13 @@ struct glx_screen struct glx_display *display; + Display *dpy; + int scr; + #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL) /** * Per screen direct rendering interface functions and data. */ - Display *dpy; - int scr; - __GLXDRIscreen *driScreen; #endif |