summaryrefslogtreecommitdiff
path: root/src/glx/glxclient.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-07-19 16:45:23 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-07-19 22:45:50 -0400
commit70887d517290060a80c7f5dd8c0ea0c834c4d91e (patch)
tree382324fe11facbb2ec4258e79001977272f8fe62 /src/glx/glxclient.h
parent089fc37c6fa158824279e08e3b378ced94d6f803 (diff)
glx: Move __driScreen into the dri screen privates
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r--src/glx/glxclient.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
index b865e24b36..d7af44470f 100644
--- a/src/glx/glxclient.h
+++ b/src/glx/glxclient.h
@@ -528,7 +528,6 @@ struct __GLXscreenConfigsRec
/**
* Per screen direct rendering interface functions and data.
*/
- __DRIscreen *__driScreen;
__glxHashTable *drawHash;
Display *dpy;
int scr;