]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dcscreen.cpp
Added URL support to attribute objects and to wxRichTextCtrl,
[wxWidgets.git] / src / msw / dcscreen.cpp
index 0dc06f194c509dcea070c39432a7b54e4d88fd58..26d350895dd0a03440566f4e5b8e76a46e8c8698 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
+#include "wx/dcscreen.h"
+
 #ifndef WX_PRECOMP
    #include "wx/string.h"
    #include "wx/window.h"
@@ -23,8 +25,6 @@
 
 #include "wx/msw/private.h"
 
-#include "wx/dcscreen.h"
-
 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxDC)
 
 // Create a DC representing the whole screen
@@ -36,4 +36,3 @@ wxScreenDC::wxScreenDC()
     // DrawText() to OPAQUE as required, otherwise always TRANSPARENT
     ::SetBkMode( GetHdc(), TRANSPARENT );
 }
-