X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..7ea1c917764fb2588fe1aadc75c49ba300f8cb2f:/src/palmos/display.cpp diff --git a/src/palmos/display.cpp b/src/palmos/display.cpp index eb64582534..37035300ed 100644 --- a/src/palmos/display.cpp +++ b/src/palmos/display.cpp @@ -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 ///////////////////////////////////////////////////////////////////////////// @@ -17,10 +17,6 @@ // 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; }