From 97ec6076f596a3820a9b7c4b7eae18bd98c6676b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 15 Feb 2010 11:12:28 -0500 Subject: glx: Move GetGLXDRIDrawable() prototype to glxclient.h --- src/glx/glxcmds.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/glx/glxcmds.c') diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c index c3be974..da0dcf1 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 * -- cgit v1.1