diff options
author | Brian Paul <[email protected]> | 2000-12-11 15:41:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-12-11 15:41:47 +0000 |
commit | b04bcd14ee329a12acc1b7895ee9ac4aa74344e3 (patch) | |
tree | 895fd065ba0d6bb553190fe0b58a66bf2568c97e /src/glut/glx/glut_win.c | |
parent | 14586916b9b888bec0b08b9646f90e74c0833183 (diff) |
minor changes to fix compile problems/warnings
Diffstat (limited to 'src/glut/glx/glut_win.c')
-rw-r--r-- | src/glut/glx/glut_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/glut_win.c b/src/glut/glx/glut_win.c index 934144f633e..d03829c3a1a 100644 --- a/src/glut/glx/glut_win.c +++ b/src/glut/glx/glut_win.c @@ -398,7 +398,7 @@ __glutDetermineVisual( return vis; } -void GLUTCALLBACK +static void GLUTCALLBACK __glutDefaultDisplay(void) { /* XXX Remove the warning after GLUT 3.0. */ |