aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIsaac Freund <mail@isaacfreund.com>2022-07-06 17:47:19 +0200
committerSimon Ser <contact@emersion.fr>2022-10-24 16:19:25 +0000
commita773231c42812e56c5966fc6a035aa9c6108175a (patch)
treec49efe72c903ed6e2f3f4a7b63f72f92061886e4 /include
parentc2d2773df57750081b16d56da13b5015d752cbd7 (diff)
wlr-output-management: implement adaptive sync
Version 4 of the protocol adds support for reporting/setting adaptive sync state of outputs. Implement these new requests/events in wlroots.
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_output_management_v1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output_management_v1.h b/include/wlr/types/wlr_output_management_v1.h
index be56e812..f1cd5ec5 100644
--- a/include/wlr/types/wlr_output_management_v1.h
+++ b/include/wlr/types/wlr_output_management_v1.h
@@ -56,6 +56,7 @@ struct wlr_output_head_v1_state {
int32_t x, y;
enum wl_output_transform transform;
float scale;
+ bool adaptive_sync_enabled;
};
struct wlr_output_head_v1 {