]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/region.cpp
Make the app object be global in case it is run multiple times, such
[wxWidgets.git] / src / gtk / region.cpp
index 71cc667463f521cd646f8923f502bd867f02a18d..4db9d7755f11db37bf19685302a4fe9a0ac15866 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gtk/region.cpp
+// Name:        src/gtk/region.cpp
 // Purpose:
 // Author:      Robert Roebling
 // Modified:    VZ at 05.10.00: use AllocExclusive(), comparison fixed
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+#endif
+
 #include "wx/region.h"
-#include "wx/log.h"
 #include "wx/gtk/private.h"
 
 
@@ -524,4 +527,3 @@ wxRect wxRegionIterator::GetRect() const
 
     return r;
 }
-