xwayland: Add xwl_output to the Xwayland types

No functional change.

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Kenny Levinsen <kl@kl.wtf>
This commit is contained in:
Olivier Fourdan 2023-11-10 09:06:35 +01:00
parent 10d7fa53f8
commit 2f84e3fe0d

View File

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