summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src
diff options
context:
space:
mode:
authorkem <kem>2000-02-13 18:59:42 +0000
committerkem <kem>2000-02-13 18:59:42 +0000
commit2391177ac8e1f992477eafd3a8367828592a7b0b (patch)
tree7080c47b445b4f2fb8d138694b40771657fec65d /xc/extras/Mesa/src
parent2a94e93b9bef3e22123225f3b7b9be0755147ea2 (diff)
Add missing unbind patch and fix install dir for mesa and gamma modules
Diffstat (limited to 'xc/extras/Mesa/src')
-rw-r--r--xc/extras/Mesa/src/X/xmesa1.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/xc/extras/Mesa/src/X/xmesa1.c b/xc/extras/Mesa/src/X/xmesa1.c
index 7d1db4510..67af097c9 100644
--- a/xc/extras/Mesa/src/X/xmesa1.c
+++ b/xc/extras/Mesa/src/X/xmesa1.c
@@ -1,4 +1,4 @@
-/* $Id: xmesa1.c,v 1.3 2000/02/12 23:09:23 brianp Exp $ */
+/* $Id: xmesa1.c,v 1.4 2000/02/13 18:59:43 kem Exp $ */
/*
* Mesa 3-D graphics library
@@ -2024,6 +2024,14 @@ GLboolean XMesaMakeCurrent2( XMesaContext c, XMesaBuffer drawBuffer,
}
+/*
+ * Unbind the context c from its buffer.
+ */
+GLboolean XMesaUnbindContext( XMesaContext c )
+{
+ return GL_TRUE;
+}
+
XMesaContext XMesaGetCurrentContext( void )
{