[Xfce4-commits] [panel-plugins/xfce4-eyes-plugin] 01/01: Fix GTK_CHECK_VERSION for GdkSeat (GTK 3.20.0 instead of 3.2.0)

noreply at xfce.org noreply at xfce.org
Fri Jun 10 01:32:47 CEST 2016


This is an automated email from the git hooks/post-receive script.

andre pushed a commit to branch master
in repository panel-plugins/xfce4-eyes-plugin.

commit e263bb55108243f03eff13288db94e7ddd49576f
Author: Andre Miranda <andre42m at gmail.com>
Date:   Thu Jun 9 20:29:24 2016 -0300

    Fix GTK_CHECK_VERSION for GdkSeat (GTK 3.20.0 instead of 3.2.0)
---
 panel-plugin/eyes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/eyes.c b/panel-plugin/eyes.c
index 7cbb2b6..d33259f 100644
--- a/panel-plugin/eyes.c
+++ b/panel-plugin/eyes.c
@@ -170,7 +170,7 @@ timer_cb (EyesPlugin *eyes)
     GdkWindow *window;
     GdkDevice *mouse_device;
 
-#if GTK_CHECK_VERSION (3,2,0)
+#if GTK_CHECK_VERSION (3,20,0)
     GdkSeat *seat = gdk_display_get_default_seat (gdk_display_get_default ());
     mouse_device = gdk_seat_get_pointer (seat);
 #else

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list