forked from AuroraMiddleware/gtk
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:
parent
b6551c84c9
commit
95fad690d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user