diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/x11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index fe818760..bb2bbeb8 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -91,6 +91,8 @@ struct wlr_x11_backend { struct wlr_drm_format_set dri3_formats; struct wlr_drm_format_set shm_formats; const struct wlr_x11_format *x11_format; + struct wlr_drm_format_set primary_dri3_formats; + struct wlr_drm_format_set primary_shm_formats; struct wlr_drm_format *drm_format; struct wl_event_source *event_source; |