]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/data.cpp
GetValue() converts using wxConv_current...
[wxWidgets.git] / src / motif / data.cpp
index 4767438a1cfd15c5d5912d8a9fe3a22c51943e71..52afe1decb102a4a042808caf1c734e2376c7d64 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
 char *wxBuffer = NULL;
 
 // Windows List
-wxList wxTopLevelWindows;
+wxWindowList wxTopLevelWindows;
 
 // List of windows pending deletion
 wxList wxPendingDelete;
 
 #if wxUSE_THREADS
 // List of events pending propagation
-wxList wxPendingEvents;
-wxCriticalSection wxPendingEventsLocker;
+wxList *wxPendingEvents = NULL;
+wxCriticalSection *wxPendingEventsLocker = NULL;
 #endif
 
 int wxPageNumber;