diff options
| author | bakkeby <[email protected]> | 2020-09-08 13:34:58 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-08 13:34:58 +0200 |
| commit | 95611ca0bd691416c23ea6c0ed00cfe454f601b5 (patch) | |
| tree | b493e6d3f8251160b0695d229de8d9a8259653e8 /patch/ipc.h | |
| parent | 4379517c25b136f4628c436254a54852542ebadf (diff) | |
| download | dwm-flexipatch-95611ca0bd691416c23ea6c0ed00cfe454f601b5.tar.gz dwm-flexipatch-95611ca0bd691416c23ea6c0ed00cfe454f601b5.zip | |
Adding IPC v1.5.5 patch
Diffstat (limited to 'patch/ipc.h')
| -rw-r--r-- | patch/ipc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/patch/ipc.h b/patch/ipc.h new file mode 100644 index 0000000..eba39a0 --- /dev/null +++ b/patch/ipc.h @@ -0,0 +1,5 @@ +#include <sys/epoll.h> + +static int handlexevent(struct epoll_event *ev); +static void setlayoutsafe(const Arg *arg); +static void setupepoll(void);
\ No newline at end of file |
