]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/display.cpp
using new API (no visual difference)
[wxWidgets.git] / src / palmos / display.cpp
index eb645825344f537c2d986ff959eadaefd7eabbf5..37035300ede9f9a8945f20f6ccf25e683cfb7c4b 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        display.cpp
+// Name:        src/palmos/display.cpp
 // Purpose:     Palm OS Implementation of wxDisplay class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10.13.04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // headers
 // ---------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "display.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -208,14 +204,14 @@ wxRect wxDisplay::GetGeometry() const
 wxString wxDisplay::GetName() const
 {
     wxString ret;
-    
+
     return ret;
 }
 
 wxString wxDisplay::GetNameForEnumSettings() const
 {
     wxString ret;
-    
+
     return ret;
 }