From 8823882f976557f1c17d314a81a095a37a69d03e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 20 Feb 2020 21:21:08 -0500 Subject: gtk: Stop using GdkEventKey We should just use GdkEvent, instead of taking a GdkEventKey, and then cast it everywhere. --- gtk/gtkimcontextquartz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkimcontextquartz.c') diff --git a/gtk/gtkimcontextquartz.c b/gtk/gtkimcontextquartz.c index 7b046c3def..d98ce88ead 100644 --- a/gtk/gtkimcontextquartz.c +++ b/gtk/gtkimcontextquartz.c @@ -163,7 +163,7 @@ output_result (GtkIMContext *context, static gboolean quartz_filter_keypress (GtkIMContext *context, - GdkEventKey *event) + GdkEvent *event) { GtkIMContextQuartz *qc = GTK_IM_CONTEXT_QUARTZ (context); gboolean retval; -- cgit v1.2.1