summaryrefslogtreecommitdiff
path: root/src/glut/glx/win32_winproc.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-01-26 10:44:34 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-07-11 20:05:24 +0100
commitd75e96774dcafe4387d3e8b4f8fb236bf6bc6d85 (patch)
treeb63c61d62b3a00b5f64a604ca7de8fda71bdbe04 /src/glut/glx/win32_winproc.c
parenta3e23e09bf07103de0ea7bf0fb9fb89608cc6aa0 (diff)
downloadglut-d75e96774dcafe4387d3e8b4f8fb236bf6bc6d85.tar.gz
glut: Minor cleanups.
Diffstat (limited to 'src/glut/glx/win32_winproc.c')
-rw-r--r--src/glut/glx/win32_winproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glut/glx/win32_winproc.c b/src/glut/glx/win32_winproc.c
index e1fc785..4a9dc37 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;