diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-10-02 17:36:43 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-10-02 17:36:43 +0000 |
commit | a75246f8f5fa951d62b6b40db5bf47517b50d459 (patch) | |
tree | d41798ebe7819f53f4ef69cf8cd752e367eb84e1 /src/glut/dos | |
parent | d6643331ab1a2215338be19177296d255170c798 (diff) |
updates from Daniel Borca
Diffstat (limited to 'src/glut/dos')
-rw-r--r-- | src/glut/dos/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |