X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bb6408c2631988fab9925014c6619358bf867de..4438caf41af49f00f3c8137ac801871f59cce386:/src/motif/data.cpp diff --git a/src/motif/data.cpp b/src/motif/data.cpp index 793bc7dc4d..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__ @@ -14,6 +14,7 @@ #endif #include "wx/wx.h" +#include "wx/dcps.h" #define _MAXPATHLEN 500 @@ -21,11 +22,17 @@ 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 @@ -127,11 +134,7 @@ const char *wxFatalErrorStr = "wxWindows Fatal Error"; const char *wxFloatToStringStr = "%.2f"; const char *wxDoubleToStringStr = "%.2f"; -#if USE_POSTSCRIPT -wxPrintPaperDatabase* wxThePrintPaperDatabase = NULL; -#endif - -#if USE_SHARED_LIBRARY +#if wxUSE_SHARED_LIBRARY ///// Event tables (also must be in one, statically-linked file for shared libraries) // This is the base, wxEvtHandler 'bootstrap' code which is expanded manually here