diff options
author | Kristian Høgsberg <[email protected]> | 2007-10-12 19:35:04 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2007-10-12 19:35:04 -0400 |
commit | f9c6dfc4d12451c21f39f38b048758cbee5723cf (patch) | |
tree | 5384315d9ec06a779137c63b54d6326dbc12ef81 /src/glx/x11/xf86dri.h | |
parent | bf805d3bf5bf191aa669b6155316a78917cf9b0e (diff) | |
parent | a2494462cb7d557a7643452c720e0ab8fa9f4f63 (diff) |
Merge branch 'dri2'
Conflicts:
src/mesa/drivers/dri/i915/intel_screen.c
Diffstat (limited to 'src/glx/x11/xf86dri.h')
-rw-r--r-- | src/glx/x11/xf86dri.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/glx/x11/xf86dri.h b/src/glx/x11/xf86dri.h index 0a2bb24971d..69a2d74fb27 100644 --- a/src/glx/x11/xf86dri.h +++ b/src/glx/x11/xf86dri.h @@ -94,14 +94,14 @@ Bool XF86DRICreateContext( Display *dpy, int screen, Visual *visual, Bool XF86DRICreateContextWithConfig( Display *dpy, int screen, int configID, XID *ptr_to_returned_context_id, drm_context_t *hHWContext ); -extern GLboolean XF86DRIDestroyContext( __DRInativeDisplay *dpy, int screen, - __DRIid context_id ); +extern GLboolean XF86DRIDestroyContext( Display *dpy, int screen, + XID context_id ); -extern GLboolean XF86DRICreateDrawable( __DRInativeDisplay *dpy, int screen, - __DRIid drawable, drm_drawable_t *hHWDrawable ); +extern GLboolean XF86DRICreateDrawable( Display *dpy, int screen, + XID drawable, drm_drawable_t *hHWDrawable ); -extern GLboolean XF86DRIDestroyDrawable( __DRInativeDisplay *dpy, int screen, - __DRIid drawable); +extern GLboolean XF86DRIDestroyDrawable( Display *dpy, int screen, + XID drawable); Bool XF86DRIGetDrawableInfo( Display *dpy, int screen, Drawable drawable, unsigned int *index, unsigned int *stamp, |