]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/metafile.cpp
Added #include wx/dcclient.h and wx/settings.h for Vadims new code under
[wxWidgets.git] / src / stubs / metafile.cpp
index 67850103eea9fbd0737d7cfaf11f457f7325d0b4..03c29bcb7953ad525471bb1ffc39e423f577a24d 100644 (file)
 #pragma implementation "metafile.h"
 #endif
 
-#include "wx/metafile.h"
+#include "wx/object.h"
+#include "wx/string.h"
+#include "wx/dc.h"
+#include "wx/stubs/metafile.h"
 #include "wx/clipbrd.h"
 
 extern bool wxClipboardIsOpen;
@@ -49,7 +52,7 @@ bool wxMetaFile::SetClipboard(int width, int height)
 bool wxMetaFile::Play(wxDC *dc)
 {
     // TODO
-    return false;
+    return FALSE;
 }
 
 /*
@@ -125,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.
  *
  */