]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/data.cpp
Added wxTextCtrl::IsEditable(), GetSelection() and
[wxWidgets.git] / src / gtk / data.cpp
index b2fdae961cee5d1ba80d3515cb98271ab6e1b06b..ff11a0b0d601adcdc20d582e7f6c06f796e55108 100644 (file)
@@ -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;