]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/window.cpp
fixed transparency handling broken by the last commit
[wxWidgets.git] / src / x11 / window.cpp
index 6f3a3fdc16e98ca0af87874fbcfa7e2e8f962ac8..c2021f016256b1f4a5e17d196005ddb9b6156a95 100644 (file)
@@ -9,6 +9,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+// for compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#if defined(__BORLANDC__)
+#pragma hdrstop
+#endif
+
 // ============================================================================
 // declarations
 // ============================================================================
@@ -17,7 +24,6 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#include "wx/setup.h"
 #include "wx/menu.h"
 #include "wx/dc.h"
 #include "wx/dcclient.h"