[gtk+/gtk-3-14] wayland: Don't claim to support selection notification
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-14] wayland: Don't claim to support selection notification
- Date: Sat, 31 Jan 2015 19:26:51 +0000 (UTC)
commit ecca2456b808b11f71843eba40f594c4a247faa4
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jan 24 17:25:43 2015 -0500
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
gdk/wayland/gdkdisplay-wayland.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/wayland/gdkdisplay-wayland.c b/gdk/wayland/gdkdisplay-wayland.c
index 5438a51..d42fb62 100644
--- a/gdk/wayland/gdkdisplay-wayland.c
+++ b/gdk/wayland/gdkdisplay-wayland.c
@@ -355,7 +355,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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]