aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/drm.h')
-rw-r--r--include/backend/drm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/backend/drm.h b/include/backend/drm.h
index 858b4616..25bbd1f7 100644
--- a/include/backend/drm.h
+++ b/include/backend/drm.h
@@ -133,8 +133,8 @@ enum wlr_drm_output_state {
WLR_DRM_OUTPUT_CONNECTED,
};
-struct wlr_output_mode_state {
- struct wlr_wl_output_mode *wlr_mode;
+struct wlr_drm_output_mode {
+ struct wlr_output_mode wlr_mode;
drmModeModeInfo mode;
};