Replace use of XID with __DRIid.

This commit is contained in:
Ian Romanick 2004-06-02 20:41:16 +00:00
parent e3490edc59
commit 6632a751be
1 changed files with 1 additions and 3 deletions

View File

@ -55,8 +55,6 @@
#include <inttypes.h>
#include "glxclient.h" /* for GLXDrawable */
/* temporary */
/* typedef Bool ( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator); */
#include "drm.h" /* for drm_clip_rect_t */
#include "sarea.h" /* for XF86DRISAREAPtr */
#include "GL/internal/glcore.h" /* for __GLcontextModes */
@ -372,7 +370,7 @@ struct __DRIcontextPrivateRec {
/**
* Kernel context handle used to access the device lock.
*/
XID contextID;
__DRIid contextID;
/**
* Kernel context handle used to access the device lock.