mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -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();
|
||||
|
|
|
|||
|
|
@ -17,5 +17,6 @@ void ipc_event_window(struct sway_container *window, const char *change);
|
|||
void ipc_event_barconfig_update(struct bar_config *bar);
|
||||
void ipc_event_mode(const char *mode, bool pango);
|
||||
void ipc_event_shutdown(const char *reason);
|
||||
void ipc_event_binding(struct sway_binding *binding);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue