mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 21:15:59 +01: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…
Reference in a new issue