]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/brush.h
Added helper functions for string -> XmString conversion.
[wxWidgets.git] / include / wx / brush.h
index 9b8bdfe4c42dd5f5e41f213b5f0ea54bcf521f53..1d34cf702efd1a5673ed49ac63806a42fe31d95d 100644 (file)
@@ -4,7 +4,7 @@
 #if defined(__WXMSW__)
 #include "wx/msw/brush.h"
 #elif defined(__WXMOTIF__)
-#include "wx/motif/brush.h"
+#include "wx/x11/brush.h"
 #elif defined(__WXGTK__)
 #include "wx/gtk/brush.h"
 #elif defined(__WXX11__)
@@ -15,8 +15,6 @@
 #include "wx/mac/brush.h"
 #elif defined(__WXPM__)
 #include "wx/os2/brush.h"
-#elif defined(__WXSTUBS__)
-#include "wx/stubs/brush.h"
 #endif
 
 #endif