]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/display.cpp
No res-include for rpmspec wx24dsp
[wxWidgets.git] / src / palmos / display.cpp
index eb645825344f537c2d986ff959eadaefd7eabbf5..6668a74d71e1b8144adc571cbd0b24cd3cc8d11b 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
 /////////////////////////////////////////////////////////////////////////////
@@ -208,14 +208,14 @@ wxRect wxDisplay::GetGeometry() const
 wxString wxDisplay::GetName() const
 {
     wxString ret;
-    
+
     return ret;
 }
 
 wxString wxDisplay::GetNameForEnumSettings() const
 {
     wxString ret;
-    
+
     return ret;
 }