ipc: add binding event

This commit is contained in:
Ian Fan 2018-07-18 11:37:50 +01:00
parent e0e638281e
commit 6865b8aae9
4 changed files with 128 additions and 3 deletions

View file

@ -488,8 +488,6 @@ int sway_binding_cmp_keys(const void *a, const void *b);
void free_sway_binding(struct sway_binding *sb);
struct sway_binding *sway_binding_dup(struct sway_binding *sb);
void seat_execute_command(struct sway_seat *seat, struct sway_binding *binding);
void load_swaybars();