#include "eggtrayicon.h"
#include <gtk/gtk.h>
+#if !GTK_CHECK_VERSION(2,10,0)
+ typedef struct _GtkStatusIcon GtkStatusIcon;
+#endif
+
class wxTaskBarIcon::Private
{
public:
}
}
#if wxUSE_TOOLTIPS
- const char* tip_text = NULL;
+ const char *tip_text = NULL;
if (!m_tipText.empty())
- tip_text = m_tipText;
+ tip_text = m_tipText.c_str();
#if GTK_CHECK_VERSION(2,10,0)
if (m_statusIcon)