mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-07 09:19:56 +01:00
Made handleMessages() in Display.c static
This commit is contained in:
parent
63e997aae4
commit
2ba1f053f9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue