projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
replaced wxCint() with wxRound() (which is exactly the same) in Rotate(); small code...
[wxWidgets.git]
/
src
/
gtk1
/
frame.cpp
diff --git
a/src/gtk1/frame.cpp
b/src/gtk1/frame.cpp
index bd426249adf86380b3aa3060959b1fb408a13e4c..493ab611660ffa7e2a6bbcb75e7ce499938f1c3b 100644
(file)
--- a/
src/gtk1/frame.cpp
+++ b/
src/gtk1/frame.cpp
@@
-22,18
+22,13
@@
#ifndef WX_PRECOMP
#include "wx/app.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
-#endif // WX_PRECOMP
-
-#include "wx/dialog.h"
-#include "wx/control.h"
-#include "wx/menu.h"
-#if wxUSE_TOOLBAR
+ #include "wx/dcclient.h"
+ #include "wx/menu.h"
+ #include "wx/dialog.h"
+ #include "wx/control.h"
#include "wx/toolbar.h"
#include "wx/toolbar.h"
-#endif
-#if wxUSE_STATUSBAR
#include "wx/statusbr.h"
#include "wx/statusbr.h"
-#endif
-#include "wx/dcclient.h"
+#endif // WX_PRECOMP
#include <glib.h>
#include "wx/gtk1/private.h"
#include <glib.h>
#include "wx/gtk1/private.h"