From 08973d24304807a91634765103ec488743881e80 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 28 Jul 2022 10:33:45 +0200 Subject: backend/drm: drop WLR_DRM_CONN_NEEDS_MODESET - Add wlr_output.enabled checks to CONNECTED checks - Replace NEEDS_MODESET with CONNECTED --- include/backend/drm/drm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/backend/drm') diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index 0fb164c4..8ab0c279 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -93,8 +93,6 @@ struct wlr_drm_backend { enum wlr_drm_connector_status { // Connector is available but no output is plugged in WLR_DRM_CONN_DISCONNECTED, - // An output just has been plugged in and is waiting for a modeset - WLR_DRM_CONN_NEEDS_MODESET, WLR_DRM_CONN_CONNECTED, }; -- cgit v1.2.3