]> git.saurik.com Git - wxWidgets.git/commitdiff
compiled fixes for builds without PCH
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 24 Jan 2007 13:42:46 +0000 (13:42 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 24 Jan 2007 13:42:46 +0000 (13:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dfb/private/overlay.h
include/wx/dfb/wrapdfb.h
src/common/prntbase.cpp
src/dfb/dc.cpp
src/dfb/dcclient.cpp
src/dfb/fontmgr.cpp
src/dfb/overlay.cpp
src/dfb/window.cpp
src/dfb/wrapdfb.cpp
src/univ/themes/gtk.cpp
src/univ/themes/win32.cpp

index 96b2d4476c5360b62c4429e4467e74879be35e3f..a50a3f30e481d07c102288869fbeda11545f935f 100644 (file)
 #define _WX_DFB_PRIVATE_OVERLAY_H_
 
 #include "wx/dfb/dfbptr.h"
+#include "wx/gdicmn.h"
 
 wxDFB_DECLARE_INTERFACE(IDirectFBSurface);
 
-class WXDLLEXPORT wxWindow;
-
+class WXDLLIMPEXP_CORE wxWindow;
+class WXDLLIMPEXP_CORE wxwindowDC;
 
 class wxOverlayImpl
 {
index 9ce251c34d7f406754474977afc5746ac71c9a62..50063faa5aa0fb2f0933bbe2760ce200b22c558c 100644 (file)
@@ -12,6 +12,8 @@
 #define _WX_DFB_WRAPDFB_H_
 
 #include "wx/dfb/dfbptr.h"
+#include "wx/gdicmn.h"
+#include "wx/vidmode.h"
 
 #include <directfb.h>
 
index 43d3a361d2e8fff28acb987df233c812fa34945e..a71ce9e69d7deaae833e7fb485a8277a32907bbb 100644 (file)
@@ -34,6 +34,7 @@
     #include "wx/button.h"
     #include "wx/settings.h"
     #include "wx/dcmemory.h"
+    #include "wx/dcclient.h"
     #include "wx/stattext.h"
     #include "wx/intl.h"
     #include "wx/textdlg.h"
index 8853fe08785a2ade5fb275262e75a137d45ca927..8093bec3d2960aa1d6fcde0eb0501d30a691be3d 100644 (file)
@@ -25,6 +25,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/dc.h"
+    #include "wx/dcmemory.h"
     #include "wx/log.h"
 #endif
 
index 6e9945e1ba856614c0e818c76a0f86f8525a94bc..c4bd27fc69a13edb07734bd90bb7603cd71c51e6 100644 (file)
@@ -27,6 +27,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/window.h"
+    #include "wx/nonownedwnd.h"
 #endif
 
 #include "wx/dfb/private.h"
index 76b09cf1b381d4e35c08c6156d8177f6446775a3..8d94c2300ea0e1160fb6bcd3aa60f6bdcdd10275 100644 (file)
     #pragma hdrstop
 #endif
 
+#ifndef WX_PRECOMP
+    #include "wx/utils.h"
+    #include "wx/log.h"
+#endif
+
 #include "wx/fileconf.h"
 #include "wx/filename.h"
 #include "wx/tokenzr.h"
index 56f3dfb5f15c9d9ed3d200ef6684222271dcaf9f..6b7f4b2b30a94cd504d7199a9f8fa5105a3b60e2 100644 (file)
     #pragma hdrstop
 #endif
 
+#ifndef WX_PRECOMP
+    #include "wx/window.h"
+    #include "wx/dcclient.h"
+#endif
+
 #include "wx/private/overlay.h"
 #include "wx/dfb/private.h"
 
index 5fdf3cdc3016815a8fdd5f2b4fb241c0f7d73463..c115e67ab9d9b49e78933bf2f31414ed07b0a400 100644 (file)
@@ -28,6 +28,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/dcclient.h"
+    #include "wx/nonownedwnd.h"
 #endif
 
 #include "wx/caret.h"
index eac0024b2aaf5b6ec308e0901348447436833b71..d1e9f5ae4a9752323961dc998328199e385220e2 100644 (file)
     #pragma hdrstop
 #endif
 
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+    #include "wx/log.h"
+#endif
+
 #include "wx/dfb/wrapdfb.h"
 
 //-----------------------------------------------------------------------------
index 42fd5a4bf0960163ed12e27e583b8ee66607e226..004728fa309a3dc946141c84931b728d8a6a8aa1 100644 (file)
@@ -32,6 +32,7 @@
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/dcmemory.h"
+    #include "wx/dcclient.h"
     #include "wx/window.h"
 
     #include "wx/menu.h"
index ff621a2a4ddab721442c7139e703af481ffcf04f..12b176ac044dbfefd0f3f632dc9e5534293fed76 100644 (file)
@@ -35,6 +35,7 @@
     #include "wx/window.h"
 
     #include "wx/dcmemory.h"
+    #include "wx/dcclient.h"
 
     #include "wx/button.h"
     #include "wx/bmpbuttn.h"