Revision: 6959 Author: nogu.dev Date: Mon Feb 14 04:37:29 2011 Log: * helper/eggtrayicon.h - Include gtk/gtkx.h in GTK+3 because GtkPlug is used. http://code.google.com/p/uim/source/detail?r=6959
Modified: /trunk/helper/eggtrayicon.h ======================================= --- /trunk/helper/eggtrayicon.h Sat Sep 11 04:34:50 2010 +++ /trunk/helper/eggtrayicon.h Mon Feb 14 04:37:29 2011 @@ -22,8 +22,11 @@ #define UIM_EGG_TRAY_ICON_H #include <gtk/gtk.h> +#if GTK_CHECK_VERSION(2, 99, 3) +# include <gtk/gtkx.h> +#endif #ifdef GDK_WINDOWING_X11 -#include <gdk/gdkx.h> +# include <gdk/gdkx.h> #endif G_BEGIN_DECLS
