mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
output: remove unknown adaptive sync state
This was previously used by the X11 backend but is no longer required since the previous commit.
This commit is contained in:
parent
135e60ff82
commit
fd0b0276c9
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ struct wlr_output_cursor {
|
|||
enum wlr_output_adaptive_sync_status {
|
||||
WLR_OUTPUT_ADAPTIVE_SYNC_DISABLED,
|
||||
WLR_OUTPUT_ADAPTIVE_SYNC_ENABLED,
|
||||
WLR_OUTPUT_ADAPTIVE_SYNC_UNKNOWN, // requested, but maybe disabled
|
||||
};
|
||||
|
||||
enum wlr_output_state_field {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue