diff options
author | Adam Jackson <[email protected]> | 2019-08-20 15:43:06 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2019-08-22 13:29:04 -0400 |
commit | 3dd299c3d5b88114894ec30d1fac85fba688201f (patch) | |
tree | d76c0ea9b839a661cdddbdcb013c53bdeaccd5e5 /src/mesa/drivers/x11/glxapi.h | |
parent | 5ebd333c6c8aea0aac301ca2dd56ad6ec8cf8056 (diff) |
glx: Sync <GL/glxext.h> with Khronos
Minor fixups required to keep the prototypes matching and to remove
mention of retired enums.
Acked-by: Eric Engestrom <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11/glxapi.h')
-rw-r--r-- | src/mesa/drivers/x11/glxapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/x11/glxapi.h b/src/mesa/drivers/x11/glxapi.h index 03af158afae..90323a24731 100644 --- a/src/mesa/drivers/x11/glxapi.h +++ b/src/mesa/drivers/x11/glxapi.h @@ -165,7 +165,7 @@ struct _glxapi_table { #endif /*** GLX_SUN_get_transparent_index ***/ - Status (*GetTransparentIndexSUN)(Display *, Window, Window, long *); + Status (*GetTransparentIndexSUN)(Display *, Window, Window, unsigned long *); /*** GLX_MESA_copy_sub_buffer ***/ void (*CopySubBufferMESA)(Display *dpy, GLXDrawable drawable, int x, int y, int width, int height); |