aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm/drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/drm/drm.h')
-rw-r--r--include/backend/drm/drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h
index 4718eee0..88eacc6e 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -126,6 +126,7 @@ struct wlr_drm_mode {
struct wlr_drm_connector_state {
const struct wlr_output_state *base;
bool modeset;
+ bool nonblock;
bool active;
drmModeModeInfo mode;
struct wlr_drm_fb *primary_fb;