X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..6f841509cecded593e8e7c20d4a9e23ed29e5fa1:/src/stubs/metafile.cpp diff --git a/src/stubs/metafile.cpp b/src/stubs/metafile.cpp index 251c855970..03c29bcb79 100644 --- a/src/stubs/metafile.cpp +++ b/src/stubs/metafile.cpp @@ -52,7 +52,7 @@ bool wxMetaFile::SetClipboard(int width, int height) bool wxMetaFile::Play(wxDC *dc) { // TODO - return false; + return FALSE; } /* @@ -128,7 +128,7 @@ struct mfPLACEABLEHEADER { /* * 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. * */