]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dcscreen.cpp
more accurate best size calculation logic (use the current date format)
[wxWidgets.git] / src / msw / dcscreen.cpp
index b1d7d3deae179179481bce21b24a506391619058..0dc06f194c509dcea070c39432a7b54e4d88fd58 100644 (file)
@@ -5,14 +5,10 @@
 // Modified by:
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "dcscreen.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -29,8 +25,7 @@
 
 #include "wx/dcscreen.h"
 
-
-IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC)
+IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxDC)
 
 // Create a DC representing the whole screen
 wxScreenDC::wxScreenDC()