! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
GTK 3.20 - Use GdkSeat
Status:
RESOLVED: FIXED
Product:
Xfce4-notifyd
Component:
general

Comments

Description ToZ editbugs 2016-07-04 14:48:44 CEST
Created attachment 6725 
GTK3.20 GDKSeat Conditional Functionality

gdk_display_get_device_manager() and gdk_device_manager_get_client_pointer() are deprecated in GTK3.20 in favour of gdk_display_get_default_seat() and gdk_seat_get_pointer(). 

Attached is a patch that checks for GTK3.20 and if found, uses the new GdkSeat functionality.
Comment 1 Simon Steinbeiss editbugs 2016-07-04 22:52:38 CEST
Thanks, I've been meaning to fix that myself :)
Pushed to master: http://git.xfce.org/apps/xfce4-notifyd/commit/?id=a27dd0f021698d2313593adc2a6406294cf01cb8

Bug #12679

Reported by:
ToZ
Reported on: 2016-07-04
Last modified on: 2016-07-04

People

Assignee:
Jérôme Guelfucci
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information