mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
sway/config: add allow_drm_leasing config
This commit is contained in:
parent
73c244fb48
commit
7d0290bae7
5 changed files with 19 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ struct sway_output {
|
|||
struct wl_event_source *repaint_timer;
|
||||
|
||||
bool allow_tearing;
|
||||
bool allow_drm_leasing;
|
||||
bool hdr;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue