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:
Matthias Clasen 2015-01-24 17:25:43 -05:00
parent b6551c84c9
commit 95fad690d2

View File

@ -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