[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Fix client pointer with Gtk+ < 3.20 (Bug #12823)

noreply at xfce.org noreply at xfce.org
Tue Sep 6 22:35:47 CEST 2016


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

ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.

commit c5ec8e7d04c458b382df6b02271763c56471fc54
Author: Olivier Duchateau <duchateau.olivierd at gmail.com>
Date:   Tue Sep 6 19:44:59 2016 +0000

    Fix client pointer with Gtk+ < 3.20 (Bug #12823)
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
 xfce4-notifyd/xfce-notify-daemon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfce4-notifyd/xfce-notify-daemon.c b/xfce4-notifyd/xfce-notify-daemon.c
index d8608ee..d9f495b 100644
--- a/xfce4-notifyd/xfce-notify-daemon.c
+++ b/xfce4-notifyd/xfce-notify-daemon.c
@@ -706,6 +706,7 @@ xfce_notify_daemon_window_size_allocate(GtkWidget *widget,
     widget_screen = gtk_widget_get_screen (widget);
     display = gdk_screen_get_display (widget_screen);
     device_manager = gdk_display_get_device_manager (display);
+    pointer = gdk_device_manager_get_client_pointer (device_manager);
 #endif
 
     gdk_device_get_position (pointer, &p_screen, &x, &y);

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


More information about the Xfce4-commits mailing list