Compute what workspace button is clicked

This commit does not do anything with this information other than logging it.
This commit is contained in:
David Eklov 2016-07-11 00:11:38 -05:00
parent 679c7b397c
commit a0c8799c80
3 changed files with 38 additions and 1 deletions

View file

@ -13,5 +13,11 @@ void ipc_bar_init(struct bar *bar, const char *bar_id);
*/
bool handle_ipc_event(struct bar *bar);
/**
* Send workspace command to sway
*/
void ipc_send_workspace_command(const char *workspace_name);
#endif /* _SWAYBAR_IPC_H */