X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/acfd422afac254f4356904275656c0c15685fa1e..05060eeb83b10065edb0f94357102fb6b55cbb29:/src/gtk/data.cpp?ds=sidebyside diff --git a/src/gtk/data.cpp b/src/gtk/data.cpp index b2fdae961c..ff11a0b0d6 100644 --- a/src/gtk/data.cpp +++ b/src/gtk/data.cpp @@ -46,7 +46,7 @@ wxCriticalSection *wxPendingEventsLocker = NULL; /* Current cursor, in order to hang on to * cursor handle when setting the cursor globally */ -wxCursor *g_globalCursor = (wxCursor *) NULL; +wxCursor g_globalCursor; /* Don't allow event propagation during drag */ bool g_blockEventsOnDrag = FALSE;