From 7a66e549583a3168f05acc7df1e872d218fd670d Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Wed, 21 Jul 2010 14:09:49 -0400 Subject: glx: Move last few dri_interface.h types out of glxclient.h and drop include --- src/glx/glxclient.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/glx/glxclient.h') diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 67f69b8e16..26f28852ce 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -101,8 +101,6 @@ extern void DRI_glXUseXFont(Font font, int first, int count, int listbase); #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL) -#include - /** * Display dependent methods. This structure is initialized during the * \c driCreateDisplay call. @@ -786,9 +784,9 @@ extern GLboolean __glXGetMscRateOML(Display * dpy, GLXDrawable drawable, int32_t * denominator); #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL) -GLboolean -__driGetMscRateOML(__DRIdrawable * draw, - int32_t * numerator, int32_t * denominator, void *private); +extern GLboolean +__glxGetMscRate(__GLXDRIdrawable *glxDraw, + int32_t * numerator, int32_t * denominator); /* So that dri2.c:DRI2WireToEvent() can access * glx_info->codes->first_event */ -- cgit v1.2.3