diff options
author | Jouk Jansen <[email protected]> | 2000-02-25 12:35:57 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2000-02-25 12:35:57 +0000 |
commit | eaba005f189d73995fc13920e523d66e814f8326 (patch) | |
tree | 68278ed07ec3cb78d67100112018090acea34e71 /include/GL/glx.h | |
parent | f183a0fc01df6af575e80481cfae797cba72d617 (diff) |
Committing in .
VMS & type-mismatch problems
Modified Files:
Mesa/include/GL/glext.h Mesa/include/GL/glx.h
----------------------------------------------------------------------
Diffstat (limited to 'include/GL/glx.h')
-rw-r--r-- | include/GL/glx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h index d54a6684f64..d770fb989e8 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -1,4 +1,4 @@ -/* $Id: glx.h,v 1.11 2000/02/23 23:04:27 brianp Exp $ */ +/* $Id: glx.h,v 1.12 2000/02/25 12:35:57 joukj Exp $ */ /* * Mesa 3-D graphics library @@ -225,7 +225,7 @@ extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable, GLXContext ctx); extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst, - unsigned long mask ); + GLuint mask ); extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable ); |