From: Brian Paul Date: Fri, 25 Feb 2000 20:30:23 +0000 (+0000) Subject: added XMesaUnbindContext (for DRI) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9db0039b161759892e5e9b04334de89ab448811;p=mesa.git added XMesaUnbindContext (for DRI) --- diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h index a61258d1c7b..57d1efe549d 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 @@ -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. */