summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-06-02 20:41:16 +0000
committerIan Romanick <idr@us.ibm.com>2004-06-02 20:41:16 +0000
commit6632a751be851699eebc85082ebb83a2c3a9da79 (patch)
tree5f306605fd70aed891c061a1c7d3e9464b3ff5db /src
parente3490edc59c86068c9e2b0e59ae4866bb3348a85 (diff)
Replace use of XID with __DRIid.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/common/dri_util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h
index a36e94be83..eb88102a9d 100644
--- a/src/mesa/drivers/dri/common/dri_util.h
+++ b/src/mesa/drivers/dri/common/dri_util.h
@@ -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.