[gtk+] wayland: Mark ourselves as not supporting bounding shapes
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] wayland: Mark ourselves as not supporting bounding shapes
- Date: Thu, 20 Mar 2014 18:28:39 +0000 (UTC)
commit 084859d150aef601e30e9a68e296e3b4829f6c50
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Mar 18 09:38:06 2014 -0400
wayland: Mark ourselves as not supporting bounding shapes
Theoretically, we apply the shape mask client-side ourselves
with an ARGB32 pixmap and intersect it to get a union shape,
but I don't particularly care enough to write that code.
Realistic application code using bounding shapes in 2014 is
quite rare.
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 3df219d..5429112 100644
--- a/gdk/wayland/gdkdisplay-wayland.c
+++ b/gdk/wayland/gdkdisplay-wayland.c
@@ -404,7 +404,7 @@ gdk_wayland_display_store_clipboard (GdkDisplay *display,
static gboolean
gdk_wayland_display_supports_shapes (GdkDisplay *display)
{
- return TRUE;
+ return FALSE;
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]