Searched refs:g_hhookKeyboardLL (Results 1 – 2 of 2) sorted by relevance
36 static HHOOK g_hhookKeyboardLL = NULL; variable135 if (!g_hhookKeyboardLL) in winInstallKeyboardHookLL()136 g_hhookKeyboardLL = SetWindowsHookEx(WH_KEYBOARD_LL, in winInstallKeyboardHookLL()150 if (g_hhookKeyboardLL) in winRemoveKeyboardHookLL()151 UnhookWindowsHookEx(g_hhookKeyboardLL); in winRemoveKeyboardHookLL()152 g_hhookKeyboardLL = NULL; in winRemoveKeyboardHookLL()
104113 Cygwin/X: Make g_hhookKeyboardLL static104115 Make g_hhookKeyboardLL static, it's only used in winkeyhook.c