mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
ipc get_inputs
This commit is contained in:
parent
a949d7de5a
commit
f2985000f3
4 changed files with 86 additions and 39 deletions
|
|
@ -2,10 +2,12 @@
|
|||
#define _SWAY_IPC_JSON_H
|
||||
#include <json-c/json.h>
|
||||
#include "sway/container.h"
|
||||
#include "sway/input/input-manager.h"
|
||||
|
||||
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);
|
||||
json_object *ipc_json_describe_input(struct sway_input_device *device);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue