summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxcmds.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@hinata.boston.redhat.com>2007-05-11 13:54:44 -0400
committerKristian Høgsberg <krh@redhat.com>2007-10-10 17:09:48 -0400
commitfa72013adaab4d0755e852805e2e44d1a879a204 (patch)
treeb025eb6e9809372049a8fa196bdc58a8d443ecad /src/glx/x11/glxcmds.c
parent9590ba97ad6606a96b50a66242f606c860ca239d (diff)
Drop mostly unused __DRIid typedef.
Diffstat (limited to 'src/glx/x11/glxcmds.c')
-rw-r--r--src/glx/x11/glxcmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/glxcmds.c b/src/glx/x11/glxcmds.c
index 75790c977e..3131646381 100644
--- a/src/glx/x11/glxcmds.c
+++ b/src/glx/x11/glxcmds.c
@@ -82,7 +82,7 @@ static int windowExistsErrorHandler(Display *dpy, XErrorEvent *xerr)
*/
static void GarbageCollectDRIDrawables(Display *dpy, __GLXscreenConfigs *sc)
{
- __DRIid draw;
+ XID draw;
__GLXdrawable *pdraw;
XWindowAttributes xwa;
int (*oldXErrorHandler)(Display *, XErrorEvent *);