]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/data.cpp
*** empty log message ***
[wxWidgets.git] / src / motif / data.cpp
index f37d94fd39cc7f6289fb932c3eda09d3c3ea0934..52afe1decb102a4a042808caf1c734e2376c7d64 100644 (file)
@@ -29,8 +29,8 @@ wxList wxPendingDelete;
 
 #if wxUSE_THREADS
 // List of events pending propagation
-wxList wxPendingEvents;
-wxCriticalSection wxPendingEventsLocker;
+wxList *wxPendingEvents = NULL;
+wxCriticalSection *wxPendingEventsLocker = NULL;
 #endif
 
 int wxPageNumber;