From 2ba1f053f9a409b1898d8a0b7a5b7bf39b893fbf Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 22 Feb 2006 09:51:25 +0000 Subject: [PATCH] Made handleMessages() in Display.c static --- src/native/win32/org_lwjgl_opengl_Display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/win32/org_lwjgl_opengl_Display.c b/src/native/win32/org_lwjgl_opengl_Display.c index 9815b0af..53b217f6 100644 --- a/src/native/win32/org_lwjgl_opengl_Display.c +++ b/src/native/win32/org_lwjgl_opengl_Display.c @@ -237,7 +237,7 @@ LRESULT CALLBACK lwjglWindowProc(HWND hWnd, /* * Handle native Win32 messages */ -void handleMessages(void) +static void handleMessages(void) { /* * Now's our chance to deal with Windows messages that are