aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/drm/drm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h
index 13ccd672..ec19918b 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -87,6 +87,10 @@ struct wlr_drm_backend {
struct wlr_drm_renderer renderer;
struct wlr_session *session;
+
+ uint64_t cursor_width, cursor_height;
+
+ struct wlr_drm_format_set mgpu_formats;
};
enum wlr_drm_connector_state {