From 2f84e3fe0d1bb22a44c8a4a9eb4c9bd92f66b1a3 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Fri, 10 Nov 2023 09:06:35 +0100 Subject: [PATCH] xwayland: Add xwl_output to the Xwayland types No functional change. Signed-off-by: Olivier Fourdan Reviewed-by: Kenny Levinsen --- hw/xwayland/xwayland-types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwayland/xwayland-types.h b/hw/xwayland/xwayland-types.h index e70e56320..927a07168 100644 --- a/hw/xwayland/xwayland-types.h +++ b/hw/xwayland/xwayland-types.h @@ -31,5 +31,6 @@ struct xwl_window; struct xwl_screen; struct xwl_egl_backend; struct xwl_drm_lease; +struct xwl_output; #endif /* XWAYLAND_TYPES_H */