X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..9ed8b5a7b2e41ecb07d2dab32bac32eb7b771fd3:/include/wx/palmos/enhmeta.h?ds=inline diff --git a/include/wx/palmos/enhmeta.h b/include/wx/palmos/enhmeta.h index 3613bcb9ea..c7cd751477 100644 --- a/include/wx/palmos/enhmeta.h +++ b/include/wx/palmos/enhmeta.h @@ -1,10 +1,10 @@ /////////////////////////////////////////////////////////////////////////////// // Name: wx/palmos/enhmeta.h -// Purpose: wxEnhMetaFile class for Win32 -// Author: William Osborne +// Purpose: wxEnhMetaFile class for PalmOS +// 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 /////////////////////////////////////////////////////////////////////////////// @@ -12,10 +12,6 @@ #ifndef _WX_PALMOS_ENHMETA_H_ #define _WX_PALMOS_ENHMETA_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "enhmeta.h" -#endif - #include "wx/dc.h" #if wxUSE_DRAG_AND_DROP @@ -43,7 +39,8 @@ public: bool Play(wxDC *dc, wxRect *rectBound = (wxRect *)NULL); // accessors - bool Ok() const { return m_hMF != 0; } + bool Ok() const { return IsOk(); } + bool IsOk() const { return m_hMF != 0; } wxSize GetSize() const; int GetWidth() const { return GetSize().x; }