diff options
author | Brian Paul <[email protected]> | 2002-06-13 04:31:09 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-06-13 04:31:09 +0000 |
commit | 2f35d5e9d53165f6baf2d4a7fece3bb39d945323 (patch) | |
tree | 9a3bb2fe62988c3a1e904b8d4c75780a955bf1d6 /src/mesa/main/context.h | |
parent | 9a33a11d714c90162d32781ebbd2c1dfab52cfd1 (diff) |
fixed a couple dumb mistakes
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 49555ff6e2c..ac78b76ae57 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 |