sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit aaa6c4ac892ddba1aa1892221324359a77e2eb3a
parent 6e023257e8e9a6673fc3ff69048cdaf8baa70044
Author: Simon Ser <contact@emersion.fr>
Date:   Mon, 29 Aug 2022 18:23:18 +0200

ipc: drop WLR_OUTPUT_ADAPTIVE_SYNC_UNKNOWN case

This has been removed from wlroots.

Diffstat:
Msway/ipc-json.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/sway/ipc-json.c b/sway/ipc-json.c @@ -112,8 +112,6 @@ static const char *ipc_json_output_adaptive_sync_status_description( return "disabled"; case WLR_OUTPUT_ADAPTIVE_SYNC_ENABLED: return "enabled"; - case WLR_OUTPUT_ADAPTIVE_SYNC_UNKNOWN: - return "unknown"; } return NULL; }