[gnome-todo] notification-widget: Update to GtkEventControllerMotion changes
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] notification-widget: Update to GtkEventControllerMotion changes
- Date: Fri, 19 Jun 2020 22:02:27 +0000 (UTC)
commit 94264ef73f091df93a1e667e79f5e051403b72a3
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Jun 19 19:01:46 2020 -0300
notification-widget: Update to GtkEventControllerMotion changes
There's no crossing mode anymore.
src/gui/gtd-notification-widget.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/gui/gtd-notification-widget.c b/src/gui/gtd-notification-widget.c
index 81a21a3..1f44b3e 100644
--- a/src/gui/gtd-notification-widget.c
+++ b/src/gui/gtd-notification-widget.c
@@ -133,7 +133,6 @@ static void
on_motion_controller_enter_cb (GtkEventController *controller,
gdouble x,
gdouble y,
- GdkCrossingMode crossing_mode,
GtdNotificationWidget *self)
{
gtd_notification_stop (self->current_notification);
@@ -141,7 +140,6 @@ on_motion_controller_enter_cb (GtkEventController *controller,
static void
on_motion_controller_leave_cb (GtkEventController *controller,
- GdkCrossingMode crossing_mode,
GtdNotificationWidget *self)
{
gtd_notification_start (self->current_notification);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]