From 8678633fc9772940a3b8b59f6caa3603a13cf5e3 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 7 Jun 2023 14:35:26 +0200 Subject: backend/wayland: add wlr_wl_output_create_from_surface() By using this function, a compositor can display a wlroots compositor in a sub-surface, for instance. --- include/backend/wayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/backend') diff --git a/include/backend/wayland.h b/include/backend/wayland.h index f28d1083..938e3cf7 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -84,6 +84,7 @@ struct wlr_wl_output { struct wl_list link; struct wl_surface *surface; + bool own_surface; struct wl_callback *frame_callback; struct xdg_surface *xdg_surface; struct xdg_toplevel *xdg_toplevel; -- cgit v1.2.3