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.
This commit is contained in:
Matthias Clasen 2014-03-24 12:49:32 -04:00
parent baf4678087
commit 6cc0130147

View File

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