popover: Set input shapes on wayland too

No reason not to do it. Wayland has input shapes.
This commit is contained in:
Matthias Clasen
2019-05-22 00:00:44 +00:00
parent 2c43f87ef7
commit a841ff0316

View File

@@ -968,11 +968,6 @@ gtk_popover_update_shape (GtkPopover *popover)
cairo_region_t *region;
cairo_t *cr;
#ifdef GDK_WINDOWING_WAYLAND
if (GDK_IS_WAYLAND_DISPLAY (gtk_widget_get_display (widget)))
return;
#endif
cairo_surface =
gdk_surface_create_similar_surface (priv->surface,
CAIRO_CONTENT_COLOR_ALPHA,