mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
Merge 129a5a0d7c into 81246fc6dc
This commit is contained in:
commit
97c866a3d4
11 changed files with 97 additions and 3 deletions
|
|
@ -284,6 +284,7 @@ sway_cmd input_cmd_xkb_switch_layout;
|
|||
sway_cmd input_cmd_xkb_variant;
|
||||
|
||||
sway_cmd output_cmd_adaptive_sync;
|
||||
sway_cmd output_cmd_allow_drm_leasing;
|
||||
sway_cmd output_cmd_allow_tearing;
|
||||
sway_cmd output_cmd_background;
|
||||
sway_cmd output_cmd_color_profile;
|
||||
|
|
|
|||
|
|
@ -297,6 +297,7 @@ struct output_config {
|
|||
enum color_profile color_profile;
|
||||
struct wlr_color_transform *color_transform;
|
||||
int allow_tearing;
|
||||
int allow_drm_leasing;
|
||||
int hdr;
|
||||
|
||||
char *background;
|
||||
|
|
|
|||
|
|
@ -71,6 +71,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