diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-09-03 03:29:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-09-03 03:29:04 +0000 |
commit | 0f4328628c7d087f17362fcf68db4d774aab017d (patch) | |
tree | 7b237466dee3772b995629d7b2ce1366ef8d002d /gtk/gtkimcontextsimple.h | |
parent | a809ae2a8180bdaa5d70f96c3a65cb4fbb50c8cd (diff) | |
download | gtk+-0f4328628c7d087f17362fcf68db4d774aab017d.tar.gz |
Forgotten file
Diffstat (limited to 'gtk/gtkimcontextsimple.h')
-rw-r--r-- | gtk/gtkimcontextsimple.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkimcontextsimple.h b/gtk/gtkimcontextsimple.h index a1417cc063..1378c43d19 100644 --- a/gtk/gtkimcontextsimple.h +++ b/gtk/gtkimcontextsimple.h @@ -50,6 +50,7 @@ struct _GtkIMContextSimple gint tentative_match_len; guint in_hex_sequence : 1; + guint modifiers_dropped : 1; }; struct _GtkIMContextSimpleClass |