Made handleMessages() in Display.c static

This commit is contained in:
Elias Naur 2006-02-22 09:51:25 +00:00
parent 63e997aae4
commit 2ba1f053f9
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ LRESULT CALLBACK lwjglWindowProc(HWND hWnd,
/* /*
* Handle native Win32 messages * Handle native Win32 messages
*/ */
void handleMessages(void) static void handleMessages(void)
{ {
/* /*
* Now's our chance to deal with Windows messages that are * Now's our chance to deal with Windows messages that are