From 9a888bdc2a40fd329cbc68de1c465228a5c3887c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 13 Mar 2002 04:33:32 +0000 Subject: [PATCH] added a comment --- src/mesa/main/context.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 75e726e1314..18477f32771 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) -- 2.30.2