summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-05-24 00:16:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-05-24 00:16:49 +0000
commit92afa2ecc4adf260fdd1154559fe6a198ad226ec (patch)
treea52c0b7458d80ac921ad7e3a1f7a31197f9be75a /gtk/gtkimcontextsimple.c
parentf508a7b7e2bdee84d29c10f8850857cdea8401c8 (diff)
downloadgdk-pixbuf-92afa2ecc4adf260fdd1154559fe6a198ad226ec.tar.gz
Add Mode_Switch to list of keys to ignore when doing compose processing.
Wed May 23 20:07:53 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys to ignore when doing compose processing.
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r--gtk/gtkimcontextsimple.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c
index d1c5f543d..9f4f3ad51 100644
--- a/gtk/gtkimcontextsimple.c
+++ b/gtk/gtkimcontextsimple.c
@@ -737,7 +737,8 @@ guint16 gtk_compose_ignore[] = {
GDK_Super_L,
GDK_Super_R,
GDK_Hyper_L,
- GDK_Hyper_R
+ GDK_Hyper_R,
+ GDK_Mode_switch
};
static void gtk_im_context_simple_class_init (GtkIMContextSimpleClass *class);