aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-16 10:02:50 -0400
committerGitHub <noreply@github.com>2018-09-16 10:02:50 -0400
commit83397e69992aa407e3eae559fb41a991f1a68752 (patch)
tree753d2bff7a91a0fcf4fc3f3a9796b34d8b983979 /include/backend
parentdf991a55ab23017d4c5d90d344d472e904dc682f (diff)
parentf8a50e4fe75ac01a86c94bfedf6cfbaf07c391b2 (diff)
Merge pull request #1237 from emersion/disabled-crtc
Steal CRTCs from disabled outputs
Diffstat (limited to 'include/backend')
-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 25225227..6fe031e2 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -120,6 +120,7 @@ struct wlr_drm_connector {
enum wlr_drm_connector_state state;
struct wlr_output_mode *desired_mode;
+ bool desired_enabled;
uint32_t id;
struct wlr_drm_crtc *crtc;