mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Add IPC get_outputs
This commit is contained in:
parent
1aab9ae3e7
commit
4e2ab53119
3 changed files with 53 additions and 2 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
json_object *ipc_json_get_version();
|
||||
|
||||
json_object *ipc_json_describe_container(swayc_t *c);
|
||||
json_object *ipc_json_describe_container_recursive(swayc_t *c);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue