From 60b6e4fd7e85ca0ad1c4ab22433b745bf97e9280 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 14 Oct 2002 17:08:17 +0000 Subject: context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbuffers) --- src/mesa/drivers/windows/wmesa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/windows/wmesa.c') diff --git a/src/mesa/drivers/windows/wmesa.c b/src/mesa/drivers/windows/wmesa.c index bd91040221..b18fe548ba 100644 --- a/src/mesa/drivers/windows/wmesa.c +++ b/src/mesa/drivers/windows/wmesa.c @@ -1,4 +1,4 @@ -/* $Id: wmesa.c,v 1.39 2002/10/11 17:41:05 brianp Exp $ */ +/* $Id: wmesa.c,v 1.40 2002/10/14 17:08:28 brianp Exp $ */ /* * Windows (Win32) device driver for Mesa 3.4 @@ -1459,7 +1459,7 @@ void WMesaSwapBuffers( void ) * we have to flush any pending rendering commands first. */ if (Current && Current->gl_ctx == ctx) - _mesa_swapbuffers(ctx); + _mesa_notifySwapBuffers(ctx); if (Current->db_flag) wmFlush(Current); -- cgit v1.2.3