]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/overlay.cpp
Remove several hack from PS code, use high resolution code from GNOME print, invert...
[wxWidgets.git] / src / dfb / overlay.cpp
index 56f3dfb5f15c9d9ed3d200ef6684222271dcaf9f..80ee371efecb660ffbf3c2c3fa2d8ef1babbbdba 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"
 
@@ -96,7 +101,7 @@ void wxOverlayImpl::EndDrawing(wxWindowDC *dc)
 void wxOverlayImpl::Clear(wxWindowDC *dc)
 {
     wxASSERT_MSG( IsOk(),
-                  _T("You cannot Clear an overlay that is not initialized") );
+                  "You cannot Clear an overlay that is not initialized" );
 
     m_isEmpty = true;
 }