mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
added IPC messages get_workspaces and get_outputs
No escaping on container names is done yet, as well as some values are hardcoded because they don't exist yet.
This commit is contained in:
parent
d965ce4a1a
commit
754793aad4
3 changed files with 132 additions and 0 deletions
|
@ -10,5 +10,6 @@ char *code_strchr(const char *string, char delimiter);
|
|||
char *code_strstr(const char *haystack, const char *needle);
|
||||
int unescape_string(char *string);
|
||||
char *join_args(char **argv, int argc);
|
||||
char *join_list(list_t *list, char *separator);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue