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:
Hidetoshi Tajima
2003-05-14 16:09:03 +00:00
parent a0c6c59e99
commit 7c1ea2572d
6 changed files with 26 additions and 1 deletions

View File

@@ -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):

View File

@@ -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):

View File

@@ -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):

View File

@@ -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):

View File

@@ -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):

View File

@@ -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);