diff options
author | Kristian Høgsberg <[email protected]> | 2010-02-15 11:12:28 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-02-16 10:38:49 -0500 |
commit | 97ec6076f596a3820a9b7c4b7eae18bd98c6676b (patch) | |
tree | 24c13dc54f86f7d1d8eab6e1b2385288c751690f /src/glx/glxcmds.c | |
parent | aa0cd707af59efe322426420f68d42eb35ee922b (diff) |
glx: Move GetGLXDRIDrawable() prototype to glxclient.h
Diffstat (limited to 'src/glx/glxcmds.c')
-rw-r--r-- | src/glx/glxcmds.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c index c3be974ea91..da0dcf10df8 100644 --- a/src/glx/glxcmds.c +++ b/src/glx/glxcmds.c @@ -105,10 +105,6 @@ GarbageCollectDRIDrawables(Display * dpy, __GLXscreenConfigs * sc) XSetErrorHandler(oldXErrorHandler); } -extern __GLXDRIdrawable *GetGLXDRIDrawable(Display * dpy, - GLXDrawable drawable, - int *const scrn_num); - /** * Get the __DRIdrawable for the drawable associated with a GLXContext * |