mirror of
https://github.com/swaywm/sway.git
synced 2026-02-22 01:40:39 -05:00
Implement IPC get_seats command
This commit is contained in:
parent
7f03570caf
commit
c72940837c
9 changed files with 86 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ json_object *ipc_json_get_version();
|
|||
json_object *ipc_json_describe_container(struct sway_container *c);
|
||||
json_object *ipc_json_describe_container_recursive(struct sway_container *c);
|
||||
json_object *ipc_json_describe_input(struct sway_input_device *device);
|
||||
json_object *ipc_json_describe_seat(struct sway_seat *seat);
|
||||
json_object *ipc_json_describe_bar_config(struct bar_config *bar);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue