From a75246f8f5fa951d62b6b40db5bf47517b50d459 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 2 Oct 2003 17:36:43 +0000 Subject: updates from Daniel Borca --- src/glut/dos/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/glut/dos/window.c') diff --git a/src/glut/dos/window.c b/src/glut/dos/window.c index af00897f3e..ed95451e8d 100644 --- a/src/glut/dos/window.c +++ b/src/glut/dos/window.c @@ -37,7 +37,7 @@ GLUTwindow *g_curwin; static GLuint swaptime, swapcount; -static DMesaVisual visual = NULL; +static DMesaVisual visual = NULL; GLUTwindow *g_windows[MAX_WINDOWS]; @@ -49,7 +49,7 @@ static void clean (void) for (i=1; i<=MAX_WINDOWS; i++) { glutDestroyWindow(i); } - if (visual) DMesaDestroyVisual(visual); + if (visual) DMesaDestroyVisual(visual); pc_close_stdout(); pc_close_stderr(); -- cgit v1.2.3