diff options
author | Kristian Høgsberg <[email protected]> | 2010-07-21 14:09:49 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-07-21 22:17:24 -0400 |
commit | 7a66e549583a3168f05acc7df1e872d218fd670d (patch) | |
tree | 9a542ad870dff15344b77f98dbe645ab1afc97f2 /src/glx/glxclient.h | |
parent | f679640868ae6ef700d8672702c31ba2515220a7 (diff) |
glx: Move last few dri_interface.h types out of glxclient.h and drop include
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 67f69b8e168..26f28852ce6 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 <GL/internal/dri_interface.h> - /** * 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 */ |