X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e146b8c8bf449e2264ac3edc6a0228585c619dd1..e9c4b1a2b5b926ced938130b2694b869403397cc:/src/gtk1/data.cpp diff --git a/src/gtk1/data.cpp b/src/gtk1/data.cpp index 57e16d0916..ad7aff2b3a 100644 --- a/src/gtk1/data.cpp +++ b/src/gtk1/data.cpp @@ -40,8 +40,8 @@ wxList wxPendingDelete; #if wxUSE_THREADS /* List of events pending processing */ -wxList wxPendingEvents; -wxCriticalSection wxPendingEventsLocker; +wxList *wxPendingEvents = NULL; +wxCriticalSection *wxPendingEventsLocker = NULL; #endif /* Current cursor, in order to hang on to