From c59aacf944658d81fb4834f9744186794bea9922 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 26 Nov 2020 16:30:18 +0100 Subject: backend/x11: query modifiers supported by X11 server --- include/backend/x11.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/backend') diff --git a/include/backend/x11.h b/include/backend/x11.h index 52f50781..b872385d 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -20,6 +20,7 @@ #include #include #include +#include #include #include @@ -82,6 +83,7 @@ struct wlr_x11_backend { struct wlr_egl egl; struct wlr_renderer *renderer; + struct wlr_drm_format_set dri3_formats; const struct wlr_x11_format *x11_format; struct wlr_drm_format *drm_format; struct wlr_allocator *allocator; -- cgit v1.2.3