]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/taskbar.cpp
Make the margin between wxSpinCtrlGeneric sub-windows compatible with MSW.
[wxWidgets.git] / src / gtk / taskbar.cpp
index 87af558886fcd67f62512dfaaefaf6466c059a68..8a25c000fdd528c3302110faf21d5c28655e6974 100644 (file)
 #include "eggtrayicon.h"
 #include <gtk/gtk.h>
 
+#if !GTK_CHECK_VERSION(2,10,0)
+    typedef struct _GtkStatusIcon GtkStatusIcon;
+#endif
+
 class wxTaskBarIcon::Private
 {
 public: