use type of guint32 instead of gumake for XNFilterEvents event
* modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32 instead of gumake for XNFilterEvents event mask(#110493).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Wed May 14 09:06:59 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
|
||||
instead of gumake for XNFilterEvents event mask(#110493).
|
||||
|
||||
2003-05-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_position):
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Wed May 14 09:06:59 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
|
||||
instead of gumake for XNFilterEvents event mask(#110493).
|
||||
|
||||
2003-05-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_position):
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Wed May 14 09:06:59 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
|
||||
instead of gumake for XNFilterEvents event mask(#110493).
|
||||
|
||||
2003-05-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_position):
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Wed May 14 09:06:59 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
|
||||
instead of gumake for XNFilterEvents event mask(#110493).
|
||||
|
||||
2003-05-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_position):
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Wed May 14 09:06:59 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
|
||||
instead of gumake for XNFilterEvents event mask(#110493).
|
||||
|
||||
2003-05-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_position):
|
||||
|
||||
@@ -1132,7 +1132,7 @@ get_ic_real (GtkIMContextXIM *context_xim)
|
||||
* stroke if both key pressed and released events are filtered.
|
||||
* (bugzilla #81759)
|
||||
*/
|
||||
gulong mask = 0;
|
||||
guint32 mask = 0;
|
||||
XGetICValues (xic,
|
||||
XNFilterEvents, &mask,
|
||||
NULL);
|
||||
|
||||
Reference in New Issue
Block a user