X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..462e243784a59bea163c43db02749a556b552234:/include/wx/stubs/metafile.h diff --git a/include/wx/stubs/metafile.h b/include/wx/stubs/metafile.h index f4d04bcb63..e4be296d92 100644 --- a/include/wx/stubs/metafile.h +++ b/include/wx/stubs/metafile.h @@ -39,7 +39,8 @@ class WXDLLEXPORT wxMetaFile: public wxObject virtual bool SetClipboard(int width = 0, int height = 0); virtual bool Play(wxDC *dc); - inline bool Ok() { return m_metaFile != 0; }; + // TODO + inline bool Ok() { return FALSE; }; /* TODO: Implementation inline WXHANDLE GetHMETAFILE() { return m_metaFile; } @@ -86,7 +87,7 @@ protected: /* * Pass filename of existing non-placeable metafile, and bounding box. * Adds a placeable metafile header, sets the mapping mode to anisotropic, - * and sets the window origin and extent to mimic the MM_TEXT mapping mode. + * and sets the window origin and extent to mimic the wxMM_TEXT mapping mode. * */