Fix the recent string_conversion_callback change to work on Solaris.
2004-05-04 Matthias Clasen <mclasen@redhat.com> * modules/input/gtkimcontextxim.c: Fix the recent string_conversion_callback change to work on Solaris. (#141190, Padraig O'Briain)
This commit is contained in:
parent
2a3d687b8f
commit
ecd0c58e35
@ -1,5 +1,9 @@
|
|||||||
2004-05-04 Matthias Clasen <mclasen@redhat.com>
|
2004-05-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/input/gtkimcontextxim.c: Fix the recent
|
||||||
|
string_conversion_callback change to work on
|
||||||
|
Solaris. (#141190, Padraig O'Briain)
|
||||||
|
|
||||||
* gtk/gtkselection.c: Disable debug logging again.
|
* gtk/gtkselection.c: Disable debug logging again.
|
||||||
|
|
||||||
2004-05-03 Matthias Clasen <mclasen@redhat.com>
|
2004-05-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
2004-05-04 Matthias Clasen <mclasen@redhat.com>
|
2004-05-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/input/gtkimcontextxim.c: Fix the recent
|
||||||
|
string_conversion_callback change to work on
|
||||||
|
Solaris. (#141190, Padraig O'Briain)
|
||||||
|
|
||||||
* gtk/gtkselection.c: Disable debug logging again.
|
* gtk/gtkselection.c: Disable debug logging again.
|
||||||
|
|
||||||
2004-05-03 Matthias Clasen <mclasen@redhat.com>
|
2004-05-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
2004-05-04 Matthias Clasen <mclasen@redhat.com>
|
2004-05-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/input/gtkimcontextxim.c: Fix the recent
|
||||||
|
string_conversion_callback change to work on
|
||||||
|
Solaris. (#141190, Padraig O'Briain)
|
||||||
|
|
||||||
* gtk/gtkselection.c: Disable debug logging again.
|
* gtk/gtkselection.c: Disable debug logging again.
|
||||||
|
|
||||||
2004-05-03 Matthias Clasen <mclasen@redhat.com>
|
2004-05-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
2004-05-04 Matthias Clasen <mclasen@redhat.com>
|
2004-05-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/input/gtkimcontextxim.c: Fix the recent
|
||||||
|
string_conversion_callback change to work on
|
||||||
|
Solaris. (#141190, Padraig O'Briain)
|
||||||
|
|
||||||
* gtk/gtkselection.c: Disable debug logging again.
|
* gtk/gtkselection.c: Disable debug logging again.
|
||||||
|
|
||||||
2004-05-03 Matthias Clasen <mclasen@redhat.com>
|
2004-05-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
2004-05-04 Matthias Clasen <mclasen@redhat.com>
|
2004-05-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/input/gtkimcontextxim.c: Fix the recent
|
||||||
|
string_conversion_callback change to work on
|
||||||
|
Solaris. (#141190, Padraig O'Briain)
|
||||||
|
|
||||||
* gtk/gtkselection.c: Disable debug logging again.
|
* gtk/gtkselection.c: Disable debug logging again.
|
||||||
|
|
||||||
2004-05-03 Matthias Clasen <mclasen@redhat.com>
|
2004-05-03 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -64,7 +64,7 @@ struct _GtkIMContextXIM
|
|||||||
XIMCallback status_done_callback;
|
XIMCallback status_done_callback;
|
||||||
XIMCallback status_draw_callback;
|
XIMCallback status_draw_callback;
|
||||||
|
|
||||||
XICCallback string_conversion_callback;
|
XIMCallback string_conversion_callback;
|
||||||
|
|
||||||
XIC ic;
|
XIC ic;
|
||||||
|
|
||||||
@ -1358,7 +1358,7 @@ set_string_conversion_callback (GtkIMContextXIM *context_xim, XIC xic)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
context_xim->string_conversion_callback.client_data = (XPointer)context_xim;
|
context_xim->string_conversion_callback.client_data = (XPointer)context_xim;
|
||||||
context_xim->string_conversion_callback.callback = (XICProc)string_conversion_callback;
|
context_xim->string_conversion_callback.callback = (XIMProc)string_conversion_callback;
|
||||||
|
|
||||||
XSetICValues (xic,
|
XSetICValues (xic,
|
||||||
XNStringConversionCallback,
|
XNStringConversionCallback,
|
||||||
|
Loading…
Reference in New Issue
Block a user