diff options
author | Brian Paul <[email protected]> | 2002-10-14 17:08:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-14 17:08:17 +0000 |
commit | 60b6e4fd7e85ca0ad1c4ab22433b745bf97e9280 (patch) | |
tree | 5368e3158654b0d3d52a828ea517909635b5e267 /src/mesa/main/context.h | |
parent | 795ae30787e6fd9413a495586edf4973e4987417 (diff) |
context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbuffers)
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 2b359d0968e..937b9c59a3d 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -1,4 +1,4 @@ -/* $Id: context.h,v 1.33 2002/06/29 19:48:15 brianp Exp $ */ +/* $Id: context.h,v 1.34 2002/10/14 17:08:21 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -216,10 +216,6 @@ _mesa_endDispatchOverride(__GLcontext *gc); - -extern void -_mesa_swapbuffers(GLcontext *ctx); - extern struct _glapi_table * _mesa_get_dispatch(GLcontext *ctx); |