summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/context.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 75e726e131..18477f3277 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -1,4 +1,4 @@
-/* $Id: context.c,v 1.154 2002/02/05 23:21:45 brianp Exp $ */
+/* $Id: context.c,v 1.155 2002/03/13 04:33:32 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -1965,6 +1965,7 @@ _mesa_get_current_context( void )
/*
* This should be called by device drivers just before they do a
* swapbuffers. Any pending rendering commands will be executed.
+ * XXX we should really rename this function to _mesa_flush() or something.
*/
void
_mesa_swapbuffers(GLcontext *ctx)