diff options
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r-- | gtk/gtkexpander.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index 0ceff8679b..b20ea03ce8 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -211,7 +211,7 @@ static void gtk_expander_measure (GtkWidget *widget, /* Gestures */ static void gesture_click_released_cb (GtkGestureClick *gesture, - gint n_press, + int n_press, gdouble x, gdouble y, GtkExpander *expander); @@ -565,7 +565,7 @@ gtk_expander_size_allocate (GtkWidget *widget, static void gesture_click_released_cb (GtkGestureClick *gesture, - gint n_press, + int n_press, gdouble x, gdouble y, GtkExpander *expander) |