From: Ian Romanick Date: Wed, 2 Jun 2004 20:41:16 +0000 (+0000) Subject: Replace use of XID with __DRIid. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6632a751be851699eebc85082ebb83a2c3a9da79;p=mesa.git Replace use of XID with __DRIid. --- diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h index a36e94be835..eb88102a9d1 100644 --- a/src/mesa/drivers/dri/common/dri_util.h +++ b/src/mesa/drivers/dri/common/dri_util.h @@ -55,8 +55,6 @@ #include #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.