mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
very basic IPC implementation
simply executes the received data as command
This commit is contained in:
parent
579fe70ed9
commit
8981b48cd2
3 changed files with 79 additions and 0 deletions
6
include/ipc.h
Normal file
6
include/ipc.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _SWAY_IPC_H
|
||||
#define _SWAY_IPC_H
|
||||
|
||||
void init_ipc(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue