From 1c55f68fb6353c14e05c2cea50b54ac5f95f25d4 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 13 Sep 2010 01:23:22 +0200 Subject: [PATCH] Win32 port work. --- src/win32/win32_enable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/win32/win32_enable.c b/src/win32/win32_enable.c index f1765b30..1c1cad2b 100644 --- a/src/win32/win32_enable.c +++ b/src/win32/win32_enable.c @@ -104,7 +104,7 @@ static LRESULT CALLBACK keyboardHook(int nCode, WPARAM wParam, LPARAM lParam) // Enable system keys //======================================================================== -void _glfwPlatformEnableSystemKeys(void) +void _glfwPlatformEnableSystemKeys(_GLFWwindow* window) { if (_glfwLibrary.Win32.keyboardHook != NULL) { @@ -118,7 +118,7 @@ void _glfwPlatformEnableSystemKeys(void) // Disable system keys //======================================================================== -void _glfwPlatformDisableSystemKeys(void) +void _glfwPlatformDisableSystemKeys(_GLFWwindow* window) { _glfwLibrary.Win32.keyboardHook = SetWindowsHookEx(WH_KEYBOARD_LL, keyboardHook,