mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Implement barconfig_update IPC event
This commit is contained in:
parent
a96a5e0013
commit
66c66c7304
2 changed files with 89 additions and 60 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define _SWAY_IPC_SERVER_H
|
||||
|
||||
#include "container.h"
|
||||
#include "config.h"
|
||||
#include "ipc.h"
|
||||
|
||||
void ipc_init(void);
|
||||
|
|
@ -9,6 +10,7 @@ void ipc_terminate(void);
|
|||
struct sockaddr_un *ipc_user_sockaddr(void);
|
||||
|
||||
void ipc_event_workspace(swayc_t *old, swayc_t *new);
|
||||
void ipc_event_barconfig_update(struct bar_config *bar);
|
||||
const char *swayc_type_string(enum swayc_types type);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue