mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Fix interlaced mode rejection
This commit is contained in:
parent
42e8e3ed0a
commit
91513c89cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1134,7 +1134,7 @@ void scan_drm_connectors(struct wlr_drm_backend *drm) {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (mode->drm_mode.flags & DRM_MODE_FLAG_INTERLACE) {
|
||||
if (drm_conn->modes[i].flags & DRM_MODE_FLAG_INTERLACE) {
|
||||
free(mode);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue