wayland: Don't claim to support selection notification
We don't support selection notification, so don't claim we do, only to fail later. https://bugzilla.gnome.org/show_bug.cgi?id=743229
This commit is contained in:
@ -356,7 +356,7 @@ gdk_wayland_display_get_default_group (GdkDisplay *display)
|
||||
static gboolean
|
||||
gdk_wayland_display_supports_selection_notification (GdkDisplay *display)
|
||||
{
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
||||
Reference in New Issue
Block a user