summaryrefslogtreecommitdiff
path: root/src/glx/glxclient.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-02-15 11:12:28 -0500
committerKristian Høgsberg <krh@bitplanet.net>2010-02-16 10:38:49 -0500
commit97ec6076f596a3820a9b7c4b7eae18bd98c6676b (patch)
tree24c13dc54f86f7d1d8eab6e1b2385288c751690f /src/glx/glxclient.h
parentaa0cd707af59efe322426420f68d42eb35ee922b (diff)
glx: Move GetGLXDRIDrawable() prototype to glxclient.h
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r--src/glx/glxclient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
index e0b286b688..f88e9fbcde 100644
--- a/src/glx/glxclient.h
+++ b/src/glx/glxclient.h
@@ -798,6 +798,10 @@ __driGetMscRateOML(__DRIdrawable * draw,
/* So that dri2.c:DRI2WireToEvent() can access
* glx_info->codes->first_event */
XExtDisplayInfo *__glXFindDisplay (Display *dpy);
+
+extern __GLXDRIdrawable *
+GetGLXDRIDrawable(Display *dpy, GLXDrawable drawable, int *const scrn_num);
+
#endif
#endif /* !__GLX_client_h__ */