mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/drm: add wlr_drm_connector_state.nonblock
Instead of having this condition checked in multiple places, centralize it so that they don't go out-of-sync.
This commit is contained in:
parent
f47b6e3fce
commit
8c44e86077
4 changed files with 22 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue