swaymsg: display render bit depth instead of format

This commit is contained in:
Ian Hattendorf 2023-08-21 13:07:14 -07:00
parent 1929112b23
commit ee75c1ec1c
No known key found for this signature in database
GPG key ID: BE8B1B445E06437D
5 changed files with 25 additions and 5 deletions

View file

@ -199,4 +199,6 @@ struct sway_output_non_desktop *output_non_desktop_create(struct wlr_output *wlr
const char *sway_render_format_to_string(uint32_t render_format);
int sway_render_format_to_bit_depth(uint32_t render_format);
#endif