[gtk+] wayland: Mark ourselves as not supporting compositing
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] wayland: Mark ourselves as not supporting compositing
- Date: Mon, 24 Mar 2014 16:50:56 +0000 (UTC)
commit 6cc01301475450f64c9d529099b55a527df21fb7
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Mar 24 12:49:32 2014 -0400
wayland: Mark ourselves as not supporting compositing
The compositing that is meant here is really specific to the
X11 Composite extension, and does not apply to Wayland.
This is very rarely used functionality anyway, and none of
the other backends support it.
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 5429112..5e71483 100644
--- a/gdk/wayland/gdkdisplay-wayland.c
+++ b/gdk/wayland/gdkdisplay-wayland.c
@@ -416,7 +416,7 @@ gdk_wayland_display_supports_input_shapes (GdkDisplay *display)
static gboolean
gdk_wayland_display_supports_composite (GdkDisplay *display)
{
- return TRUE;
+ return FALSE;
}
static GList *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]