Patches to support internationalized input by:
Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> TANAKA Shinya <shinya@race.u-tokyo.ac.jp> See ChangeLog entries for further details. Also some small fixes to event handling in gdk/gdk.c; sending clear events in gtk/gtkselection.c and cut-and-paste in gtk/gtkentry.c
This commit is contained in:
@ -52,6 +52,9 @@ struct _GtkEntry
|
||||
guint have_selection : 1;
|
||||
guint visible : 1;
|
||||
guint32 timer;
|
||||
#ifdef USE_XIM
|
||||
GdkIC ic;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct _GtkEntryClass
|
||||
|
||||
Reference in New Issue
Block a user