This commit is contained in:
Andri Yngvason 2024-06-02 04:51:22 +08:00 committed by GitHub
commit 49b9c4a9c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 62 additions and 2 deletions

View file

@ -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;

View file

@ -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;