]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/dcscreen.cpp
Implement wxGetMouseState
[wxWidgets.git] / src / palmos / dcscreen.cpp
index 5b25f590d4a09d3d7f45abcdab9dd4a0c110ebf8..f89af8a49ab8afe977291a0b171c0f2b221e6722 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"
 #endif
 
-#include "wx/dcscreen.h"
-
 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC)
 
 // Create a DC representing the whole screen
@@ -33,4 +33,3 @@ wxScreenDC::wxScreenDC()
 void wxScreenDC::DoGetSize(int *width, int *height) const
 {
 }
-