X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/148cd9b6ecdff51c8357efda0a73041bf9068467..7b9da2077d0975db6c965a85c91d5aca671ab5e3:/src/gtk/window.cpp diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index 312ecb5854..57b5dfc22d 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -185,7 +185,7 @@ extern bool g_blockEventsOnDrag; extern bool g_blockEventsOnScroll; extern wxCursor g_globalCursor; static wxWindow *g_captureWindow = (wxWindow*) NULL; -static wxWindow *g_focusWindow = (wxWindow*) NULL; +extern wxWindow *g_focusWindow = (wxWindow*) NULL; // if we detect that the app has got/lost the focus, we set this variable to // either TRUE or FALSE and an activate event will be sent during the next