Browse Source

added XMesaUnbindContext (for DRI)

tags/mesa_3_3
Brian Paul 26 years ago
parent
commit
f9db0039b1
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      include/GL/xmesa.h

+ 7
- 1
include/GL/xmesa.h View File

@@ -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
@@ -245,6 +245,12 @@ extern GLboolean XMesaMakeCurrent2( XMesaContext c,
XMesaBuffer readBuffer );


/*
* Unbind the current context from its buffer.
*/
extern GLboolean XMesaUnbindContext( XMesaContext c );


/*
* Return a handle to the current context.
*/

Loading…
Cancel
Save