diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2010-10-14 22:44:53 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2010-10-19 15:01:53 +0100 |
commit | 6f12277e37d16a7de9d3f3079688c43b07921b0a (patch) | |
tree | 1d5c19e1a0d587e5425dc6ba3f8c9eb02fe3ded4 /hw/xwin/winglobals.c | |
parent | 9952b51f6822aeaa19c27caf85698741eb4c27d8 (diff) |
Cygwin/X: Make g_hhookKeyboardLL static
Make g_hhookKeyboardLL static, it's only used in winkeyhook.c
Also remove unused externs
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'hw/xwin/winglobals.c')
-rw-r--r-- | hw/xwin/winglobals.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xwin/winglobals.c b/hw/xwin/winglobals.c index f3f01d7da..55b0f16d4 100644 --- a/hw/xwin/winglobals.c +++ b/hw/xwin/winglobals.c @@ -73,7 +73,6 @@ char * g_pszCommandLine = NULL; Bool g_fSilentFatalError = FALSE; DWORD g_dwCurrentThreadID = 0; Bool g_fKeyboardHookLL = FALSE; -HHOOK g_hhookKeyboardLL = NULL; HWND g_hwndKeyboardFocus = NULL; Bool g_fNoHelpMessageBox = FALSE; Bool g_fSoftwareCursor = FALSE; |