[uim-commit] r3010 - trunk/gtk
ekato at freedesktop.org
ekato at freedesktop.org
Fri Jan 27 19:33:32 PST 2006
Author: ekato
Date: 2006-01-27 19:33:28 -0800 (Fri, 27 Jan 2006)
New Revision: 3010
Modified:
trunk/gtk/gtk-im-uim.c
Log:
* gtk/gtk-im-uim.c : Use snooper by default.
Modified: trunk/gtk/gtk-im-uim.c
===================================================================
--- trunk/gtk/gtk-im-uim.c 2006-01-28 02:53:15 UTC (rev 3009)
+++ trunk/gtk/gtk-im-uim.c 2006-01-28 03:33:28 UTC (rev 3010)
@@ -61,8 +61,8 @@
#include "key-util-gtk.h"
/* select either of these two, or filter key event will be used */
-#define IM_UIM_USE_SNOOPER 0
-#define IM_UIM_USE_TOPLEVEL 1
+#define IM_UIM_USE_SNOOPER 1
+#define IM_UIM_USE_TOPLEVEL 0
/* exported symbols */
GtkIMContext *im_module_create(const gchar *context_id);
More information about the uim-commit
mailing list