Update of /cvsroot/java-game-lib/LWJGL/src/native/win32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18347/src/native/win32
Modified Files:
org_lwjgl_opengl_Display.c
Log Message:
Made handleMessages() in Display.c static
Index: org_lwjgl_opengl_Display.c
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/src/native/win32/org_lwjgl_opengl_Display.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- org_lwjgl_opengl_Display.c 27 Dec 2005 13:47:25 -0000 1.31
+++ org_lwjgl_opengl_Display.c 22 Feb 2006 09:51:25 -0000 1.32
@@ -237,7 +237,7 @@
/*
* Handle native Win32 messages
*/
-void handleMessages(void)
+static void handleMessages(void)
{
/*
* Now's our chance to deal with Windows messages that are
|