diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-02-25 20:30:23 +0000 |
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-02-25 20:30:23 +0000 |
| commit | f9db0039b161759892e5e9b04334de89ab448811 (patch) | |
| tree | ce2f8e97f70f1393b68ee92d6d909fa38984b121 | |
| parent | c1aa1218ef301b0fd0a7c948ac38b531632ceca6 (diff) | |
added XMesaUnbindContext (for DRI)
| -rw-r--r-- | include/GL/xmesa.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h index a61258d1c7..57d1efe549 100644 --- 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 ); |
