mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
More progress on window events
This commit is contained in:
parent
976e48d79f
commit
2029fef6b8
3 changed files with 90 additions and 5 deletions
|
|
@ -9,5 +9,6 @@ json_object *ipc_json_get_version();
|
|||
json_object *ipc_json_describe_bar_config(struct bar_config *bar);
|
||||
json_object *ipc_json_describe_container(swayc_t *c);
|
||||
json_object *ipc_json_describe_container_recursive(swayc_t *c);
|
||||
json_object *ipc_json_describe_window(swayc_t *c);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue