sway/config: add allow_drm_leasing config

This commit is contained in:
Simon Zeni 2025-06-13 17:05:13 -04:00
parent 73c244fb48
commit 7d0290bae7
5 changed files with 19 additions and 2 deletions

View file

@ -291,6 +291,7 @@ struct output_config {
bool set_color_transform;
struct wlr_color_transform *color_transform;
int allow_tearing;
int allow_drm_leasing;
int hdr;
char *background;

View file

@ -70,6 +70,7 @@ struct sway_output {
struct wl_event_source *repaint_timer;
bool allow_tearing;
bool allow_drm_leasing;
bool hdr;
};