From 2f35d5e9d53165f6baf2d4a7fece3bb39d945323 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 13 Jun 2002 04:31:09 +0000 Subject: fixed a couple dumb mistakes --- src/mesa/main/context.c | 4 ++-- src/mesa/main/context.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa/main') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index bb43659063..15976dfa71 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $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 @@ -217,7 +217,7 @@ _mesa_init_default_exports(__GLexports *exports) 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; diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 49555ff6e2..ac78b76ae5 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -1,4 +1,4 @@ -/* $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 @@ -204,7 +204,7 @@ _mesa_notifyDestroy(__GLcontext *gc); extern void _mesa_notifySwapBuffers(__GLcontext *gc); -extern void +extern struct __GLdispatchStateRec * _mesa_dispatchExec(__GLcontext *gc); extern void -- cgit v1.2.3