summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-06-01 17:06:09 +0000
committerIan Romanick <idr@us.ibm.com>2004-06-01 17:06:09 +0000
commit0521ab46c1340d785ecfe64f4041c86912bc86af (patch)
tree4f56bcc73cbf990faef21223aadf8faeeda46574 /src/mesa/drivers/dri/common/dri_util.h
parentfabe2b9ba38e95bd21a35b265bfc403fa3cb2883 (diff)
Replace occurances of GLXDrawable and Drawable with __DRIid.
Diffstat (limited to 'src/mesa/drivers/dri/common/dri_util.h')
-rw-r--r--src/mesa/drivers/dri/common/dri_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h
index 5c198810f7..627a58562a 100644
--- a/src/mesa/drivers/dri/common/dri_util.h
+++ b/src/mesa/drivers/dri/common/dri_util.h
@@ -254,7 +254,7 @@ struct __DRIswapInfoRec {
};
-typedef Bool (GetDrawableInfo)( Display *dpy, int scrn, Drawable draw,
+typedef Bool (GetDrawableInfo)( Display *dpy, int scrn, __DRIid draw,
unsigned int * index, unsigned int * stamp,
int * x, int * y, int * width, int * height,
int * numClipRects, drm_clip_rect_t * pClipRects,
@@ -281,7 +281,7 @@ struct __DRIdrawablePrivateRec {
/**
* X's drawable ID associated with this private drawable.
*/
- GLXDrawable draw;
+ __DRIid draw;
__DRIdrawable *pdraw;
/**