]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dcmemory.cpp
added GTKProcessEvent() to allow controlling whether we leave or not events for the...
[wxWidgets.git] / src / motif / dcmemory.cpp
index 2bf8dcbd71b9d4d6ec1dc3df261954a0218f6fe6..20da63305481e7a592cd9f2182dbd1f2be2d7af5 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dcmemory.cpp
+// Name:        src/motif/dcmemory.cpp
 // Purpose:     wxMemoryDC class
 // Author:      Julian Smart
 // Modified by:
 #include "wx/wxprec.h"
 
 #include "wx/dcmemory.h"
-#include "wx/settings.h"
-#include "wx/utils.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/utils.h"
+    #include "wx/settings.h"
+#endif
 
 #ifdef __VMS__
 #pragma message disable nosimpint
@@ -135,5 +138,3 @@ void wxMemoryDC::DoGetSize( int *width, int *height ) const
         if (height) (*height) = 0;
     };
 }
-
-