]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/window.cpp
Added wxRenderer method for drawing selection
[wxWidgets.git] / src / motif / window.cpp
index 7eab9dcd370b8521853cf5ebeaf0005b1ffe301b..b9df787ce501b15e7db3859d8d7e6b974474b0a4 100644 (file)
@@ -28,6 +28,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/hash.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/menu.h"
@@ -42,7 +43,6 @@
 #include "wx/scrolwin.h"
 #include "wx/module.h"
 #include "wx/menuitem.h"
-#include "wx/log.h"
 #include "wx/evtloop.h"
 
 #if  wxUSE_DRAG_AND_DROP