Revision: 6760
Author: nogu.dev
Date: Sat Sep 11 04:34:50 2010
Log: * gtk/gtk-im-uim.c
* gtk/gtk-im-uim.h
* helper/eggtrayicon.c
* helper/eggtrayicon.h
  - Don't include individual headers for GTK+3.
http://code.google.com/p/uim/source/detail?r=6760

Modified:
 /trunk/gtk/gtk-im-uim.c
 /trunk/gtk/gtk-im-uim.h
 /trunk/helper/eggtrayicon.c
 /trunk/helper/eggtrayicon.h

=======================================
--- /trunk/gtk/gtk-im-uim.c     Sat Sep 11 01:16:21 2010
+++ /trunk/gtk/gtk-im-uim.c     Sat Sep 11 04:34:50 2010
@@ -37,7 +37,6 @@
 #include <config.h>

 #include <gtk/gtk.h>
-#include <gtk/gtkimcontext.h>
 #include <gtk/gtkimmodule.h>
 #include <gdk/gdkkeysyms.h>
 #ifdef GDK_WINDOWING_X11
=======================================
--- /trunk/gtk/gtk-im-uim.h     Sun Apr  4 20:35:54 2010
+++ /trunk/gtk/gtk-im-uim.h     Sat Sep 11 04:34:50 2010
@@ -37,7 +37,6 @@
 #include <config.h>

 #include <gtk/gtk.h>
-#include <gtk/gtkimcontext.h>
 #include <gtk/gtkimmodule.h>
 #ifdef GDK_WINDOWING_X11
 #include <gdk/gdkx.h>
=======================================
--- /trunk/helper/eggtrayicon.c Sat Sep 11 01:15:48 2010
+++ /trunk/helper/eggtrayicon.c Sat Sep 11 04:34:50 2010
@@ -28,7 +28,7 @@
 #include <gdkconfig.h>
 #include <gdk/gdkx.h>
 #include <X11/Xatom.h>
-#include <gtk/gtkversion.h>
+#include <gtk/gtk.h>

 #ifndef EGG_COMPILATION
 #ifndef _
=======================================
--- /trunk/helper/eggtrayicon.h Wed Jul 14 08:56:43 2010
+++ /trunk/helper/eggtrayicon.h Sat Sep 11 04:34:50 2010
@@ -21,7 +21,7 @@
 #ifndef UIM_EGG_TRAY_ICON_H
 #define UIM_EGG_TRAY_ICON_H

-#include <gtk/gtkplug.h>
+#include <gtk/gtk.h>
 #ifdef GDK_WINDOWING_X11
 #include <gdk/gdkx.h>
 #endif

Reply via email to