diff options
author | José Fonseca <[email protected]> | 2009-01-26 10:44:34 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-01-26 20:28:04 +0000 |
commit | f5fad95455bb3f9bd731451ea9811e3d0cc51660 (patch) | |
tree | d9422aed407e485e096908df2c1aa43d8d951dbf /src/glut/glx/win32_winproc.c | |
parent | f25421a59b002a8b679df86c0a072cf853e94f10 (diff) |
glut: Minor cleanups.
Diffstat (limited to 'src/glut/glx/win32_winproc.c')
-rw-r--r-- | src/glut/glx/win32_winproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glut/glx/win32_winproc.c b/src/glut/glx/win32_winproc.c index e1fc785ebb7..4a9dc3781c2 100644 --- a/src/glut/glx/win32_winproc.c +++ b/src/glut/glx/win32_winproc.c @@ -20,10 +20,10 @@ extern unsigned __glutMenuButton; extern GLUTidleCB __glutIdleFunc; extern GLUTtimer *__glutTimerList; -extern GLUTmenuItem *__glutGetUniqueMenuItem(GLUTmenu * menu, int unique); +extern GLUTmenuItem *__glutGetUniqueMenuItem(GLUTmenu * menu, UINT unique); static HMENU __glutHMenu; -void +static void updateWindowState(GLUTwindow *window, int visState) { GLUTwindow* child; |