Add render_format to get_outputs IPC command

Addresses https://github.com/swaywm/sway/issues/6681
This commit is contained in:
Ian Hattendorf 2023-08-15 13:30:58 -07:00
parent bb91b7f5fa
commit 1929112b23
No known key found for this signature in database
GPG key ID: BE8B1B445E06437D
5 changed files with 30 additions and 2 deletions

View file

@ -197,4 +197,6 @@ void handle_output_power_manager_set_mode(struct wl_listener *listener,
struct sway_output_non_desktop *output_non_desktop_create(struct wlr_output *wlr_output);
const char *sway_render_format_to_string(uint32_t render_format);
#endif