]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dnd.cpp
wxToolBar XRC handler should call SetupWindow() to handle standard window properties too
[wxWidgets.git] / src / motif / dnd.cpp
index 20b664b8df6b5d2ecbff26fb2c821d840c5fc1d8..2a408c438fe65aee47aa45d7e0798ffbd1a698bf 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
+    #include "wx/log.h"
+    #include "wx/app.h"
+    #include "wx/utils.h"
+    #include "wx/window.h"
+    #include "wx/gdicmn.h"
 #endif
 
-#include "wx/window.h"
-#include "wx/app.h"
-#include "wx/gdicmn.h"
-#include "wx/utils.h"
-#include "wx/log.h"
-
 #include <X11/Xlib.h>
 
 // ----------------------------------------------------------------------------