]> Pileus Git - ~andy/gtk/commit
Add NULL argument to XGetIMValues to properly terminate variable argument
authorHidetoshi Tajima <tajima@eng.sun.com>
Fri, 1 Dec 2000 04:40:45 +0000 (04:40 +0000)
committerHidetoshi Tajima <tajima@src.gnome.org>
Fri, 1 Dec 2000 04:40:45 +0000 (04:40 +0000)
commit97bfa3300d2295c37548377bb7b32d3f696bed3c
treecce9c2471b30dd9a00c4226666ea96ffb464b7d1
parent1e5b472e67b5904c02c1b4dc5537986ccd4988f0
Add NULL argument to XGetIMValues to properly terminate variable argument

2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>

* modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
XGetIMValues to properly terminate variable argument list, and do
NULL return check for ic_values and xim_styles.

* modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
Restore preedit state after XmbResetIC().

* modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
XvaCreateNestedList() should take XvaNestedList, but not
XvaNestedList*.

* modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
preedit_draw_callback, preedit_caret_callback): Match
"preedit-changed" signal name to "preedit_changed" to be
consistent to the spec.

* gtk/gtkimcontextsimple.c (check_table):
Match "preedit-changed" to "preedit_changed" to be consistent
to the spec.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8