-/* $Id: context.c,v 1.164 2002/06/13 04:28:29 brianp Exp $ */
+/* $Id: context.c,v 1.165 2002/06/13 04:31:09 brianp Exp $ */
/*
* Mesa 3-D graphics library
exports->copyContext = _mesa_copyContext;
exports->forceCurrent = _mesa_forceCurrent;
exports->notifyResize = _mesa_notifyResize;
- exports->notifyDestroy = _mesa_notifyCestroy;
+ exports->notifyDestroy = _mesa_notifyDestroy;
exports->notifySwapBuffers = _mesa_notifySwapBuffers;
exports->dispatchExec = _mesa_dispatchExec;
exports->beginDispatchOverride = _mesa_beginDispatchOverride;
-/* $Id: context.h,v 1.29 2002/06/13 04:28:29 brianp Exp $ */
+/* $Id: context.h,v 1.30 2002/06/13 04:31:09 brianp Exp $ */
/*
* Mesa 3-D graphics library
extern void
_mesa_notifySwapBuffers(__GLcontext *gc);
-extern void
+extern struct __GLdispatchStateRec *
_mesa_dispatchExec(__GLcontext *gc);
extern void