mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
main: fix a compilation warning
This commit is contained in:
parent
0ea1924494
commit
4b7ec2be82
@ -2207,7 +2207,7 @@ gtk_invoke_key_snoopers (GtkWidget *grab_widget,
|
||||
GSList *slist;
|
||||
gint return_val = FALSE;
|
||||
|
||||
return_val = _gail_util_key_snooper (grab_widget, event);
|
||||
return_val = _gail_util_key_snooper (grab_widget, (GdkEventKey *) event);
|
||||
|
||||
slist = key_snoopers;
|
||||
while (slist && !return_val)
|
||||
|
Loading…
Reference in New Issue
Block a user