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.
This commit is contained in:
Jasper St. Pierre
2014-03-18 09:38:06 -04:00
parent 3472235232
commit 084859d150

View File

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