]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/data.cpp
why cvs thinks that I modified these files?
[wxWidgets.git] / src / motif / data.cpp
index bbe4fe2ad76c133d786c80e5156eddd6c97199cf..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 = NULL;
+wxCriticalSection *wxPendingEventsLocker = NULL;
+#endif
+
 int wxPageNumber;
 
 // GDI Object Lists