projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
correcting a missing redraw area on certain resize operations when window has a border
[wxWidgets.git]
/
src
/
gtk
/
control.cpp
diff --git
a/src/gtk/control.cpp
b/src/gtk/control.cpp
index 3c005c4329b75c895b90e19b2700a55709b5773e..82f10af912671f0dd764b08a1f974f23e050bb29 100644
(file)
--- a/
src/gtk/control.cpp
+++ b/
src/gtk/control.cpp
@@
-7,10
+7,13
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "control.h"
#endif
#pragma implementation "control.h"
#endif
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
#include "wx/defs.h"
#if wxUSE_CONTROLS
#include "wx/defs.h"
#if wxUSE_CONTROLS