diff options
author | Brian Paul <[email protected]> | 2000-02-25 17:04:42 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-25 17:04:42 +0000 |
commit | c1aa1218ef301b0fd0a7c948ac38b531632ceca6 (patch) | |
tree | 3f42c0317524f269e30aa24562732c48cd5129e0 /src/mesa/drivers/x11/glxapi.c | |
parent | 9ec28c03c07cdae1305d5911317eee8c0ca66db1 (diff) |
changed glXCopyContext mask back to GLuint
Diffstat (limited to 'src/mesa/drivers/x11/glxapi.c')
-rw-r--r-- | src/mesa/drivers/x11/glxapi.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/drivers/x11/glxapi.c b/src/mesa/drivers/x11/glxapi.c index f7ab770cea5..73fbba3263c 100644 --- a/src/mesa/drivers/x11/glxapi.c +++ b/src/mesa/drivers/x11/glxapi.c @@ -1,4 +1,4 @@ -/* $Id: glxapi.c,v 1.13 2000/02/25 16:46:01 brianp Exp $ */ +/* $Id: glxapi.c,v 1.14 2000/02/25 17:04:42 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -169,8 +169,7 @@ XVisualInfo *glXChooseVisual(Display *dpy, int screen, int *list) } -void glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, - unsigned long mask) +void glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, GLuint mask) { struct _glxapi_table *t = get_dispatch(dpy); if (!t) |