mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
Merge f1abe47b76 into 2e9139df66
This commit is contained in:
commit
49b9c4a9c1
6 changed files with 62 additions and 2 deletions
|
|
@ -298,6 +298,7 @@ sway_cmd output_cmd_subpixel;
|
|||
sway_cmd output_cmd_toggle;
|
||||
sway_cmd output_cmd_transform;
|
||||
sway_cmd output_cmd_unplug;
|
||||
sway_cmd output_cmd_color_format;
|
||||
|
||||
sway_cmd seat_cmd_attach;
|
||||
sway_cmd seat_cmd_cursor;
|
||||
|
|
|
|||
|
|
@ -285,6 +285,7 @@ struct output_config {
|
|||
int max_render_time; // In milliseconds
|
||||
int adaptive_sync;
|
||||
enum render_bit_depth render_bit_depth;
|
||||
enum wlr_output_color_format color_format;
|
||||
|
||||
char *background;
|
||||
char *background_option;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue