projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1aa121
)
added XMesaUnbindContext (for DRI)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 25 Feb 2000 20:30:23 +0000
(20:30 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 25 Feb 2000 20:30:23 +0000
(20:30 +0000)
include/GL/xmesa.h
patch
|
blob
|
history
diff --git
a/include/GL/xmesa.h
b/include/GL/xmesa.h
index
a61258d
..
57d1efe
100644
(file)
--- a/
include/GL/xmesa.h
+++ b/
include/GL/xmesa.h
@@
-1,4
+1,4
@@
-/* $Id: xmesa.h,v 1.
4 2000/01/13 17:40:12
brianp Exp $ */
+/* $Id: xmesa.h,v 1.
5 2000/02/25 20:30:23
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-246,6
+246,12
@@
extern GLboolean XMesaMakeCurrent2( XMesaContext c,
/*
+ * Unbind the current context from its buffer.
+ */
+extern GLboolean XMesaUnbindContext( XMesaContext c );
+
+
+/*
* Return a handle to the current context.
*/
extern XMesaContext XMesaGetCurrentContext( void );