projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
aui docking works well on systems with solid window dragging turned off
[wxWidgets.git]
/
src
/
motif
/
palette.cpp
diff --git
a/src/motif/palette.cpp
b/src/motif/palette.cpp
index 672cb58071d11f52a3c84bc91f431179b0b7b7f1..378172ff5b06e79122042772bd81e2c569a708fe 100644
(file)
--- a/
src/motif/palette.cpp
+++ b/
src/motif/palette.cpp
@@
-41,11
+41,10
@@
not the functionality that wxPalette::Create() aims to provide.
#ifndef WX_PRECOMP
#include "wx/app.h"
+ #include "wx/utils.h"
+ #include "wx/window.h"
#endif
-#include "wx/window.h"
-#include "wx/utils.h"
-
#ifdef __VMS__
#pragma message disable nosimpint
#endif