mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
ipc: add binding event
This commit is contained in:
parent
e0e638281e
commit
6865b8aae9
4 changed files with 128 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue