forked from AuroraMiddleware/gtk
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:
parent
baf4678087
commit
6cc0130147
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user