Replace occurances of GLXDrawable and Drawable with __DRIid.

This commit is contained in:
Ian Romanick
2004-06-01 17:06:09 +00:00
parent fabe2b9ba3
commit 0521ab46c1
2 changed files with 13 additions and 13 deletions

View File

@@ -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;
/**