]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/metafile.cpp
Made wxLayoutAlgorithm more general (copes with nested sash windows)
[wxWidgets.git] / src / motif / metafile.cpp
index e084a9a45fd5279f4c10cfa89c35b58d09f5efcb..7380a03402e554f4d69f940eec72da50ee43b3bf 100644 (file)
@@ -16,7 +16,7 @@
 #include "wx/object.h"
 #include "wx/string.h"
 #include "wx/dc.h"
 #include "wx/object.h"
 #include "wx/string.h"
 #include "wx/dc.h"
-#include "wx/stubs/metafile.h"
+#include "wx/motif/metafile.h"
 #include "wx/clipbrd.h"
 
 extern bool wxClipboardIsOpen;
 #include "wx/clipbrd.h"
 
 extern bool wxClipboardIsOpen;
@@ -52,7 +52,7 @@ bool wxMetaFile::SetClipboard(int width, int height)
 bool wxMetaFile::Play(wxDC *dc)
 {
     // TODO
 bool wxMetaFile::Play(wxDC *dc)
 {
     // TODO
-    return false;
+    return FALSE;
 }
 
 /*
 }
 
 /*