projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert inclusion of wx/dateevt.h for now, as it breaks linkage
[wxWidgets.git]
/
src
/
gtk
/
tglbtn.cpp
diff --git
a/src/gtk/tglbtn.cpp
b/src/gtk/tglbtn.cpp
index c18160f778257b48cbb326dff6d5a38e8100d217..722d7f965901ea3350caf6b586176c60ac03d258 100644
(file)
--- a/
src/gtk/tglbtn.cpp
+++ b/
src/gtk/tglbtn.cpp
@@
-18,6
+18,12
@@
#if wxUSE_TOGGLEBTN
+// FIXME: Use GtkImage instead of GtkPixmap.
+#include <gtk/gtkversion.h>
+#ifdef GTK_DISABLE_DEPRECATED
+#undef GTK_DISABLE_DEPRECATED
+#endif
+
#include "wx/gtk/private.h"
extern void wxapp_install_idle_handler();