X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7214297d16aed4c160c1cbef6b19f153ca065ab7..7ef156f79756492ef0955869c017db1f34d3eac1:/src/motif/data.cpp diff --git a/src/motif/data.cpp b/src/motif/data.cpp index 4767438a1c..52afe1decb 100644 --- a/src/motif/data.cpp +++ b/src/motif/data.cpp @@ -6,7 +6,7 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ @@ -22,15 +22,15 @@ 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;