mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
Add render_format to get_outputs IPC command
Addresses https://github.com/swaywm/sway/issues/6681
This commit is contained in:
parent
bb91b7f5fa
commit
1929112b23
5 changed files with 30 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue