mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
ipc new window event
This commit is contained in:
parent
3c80498891
commit
02804584e5
3 changed files with 102 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef _SWAY_IPC_SERVER_H
|
||||
#define _SWAY_IPC_SERVER_H
|
||||
#include <sys/socket.h>
|
||||
#include "sway/container.h"
|
||||
#include "ipc.h"
|
||||
|
||||
struct sway_server;
|
||||
|
|
@ -9,4 +10,6 @@ void ipc_init(struct sway_server *server);
|
|||
void ipc_terminate(void);
|
||||
struct sockaddr_un *ipc_user_sockaddr(void);
|
||||
|
||||
void ipc_event_window(swayc_t *window, const char *change);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue