summaryrefslogtreecommitdiffhomepage
path: root/patch/fsignal.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-02-02 11:40:24 +0100
committerbakkeby <[email protected]>2020-02-02 11:41:34 +0100
commit4ddfdab30ef77637b1a112dc181606c1260f84af (patch)
treec99c33a0db63ab5fb894cd53db288bf8a873e4f3 /patch/fsignal.h
parent839232393851d437c56248b5a138eb67ab04f129 (diff)
downloaddwm-flexipatch-4ddfdab30ef77637b1a112dc181606c1260f84af.tar.gz
dwm-flexipatch-4ddfdab30ef77637b1a112dc181606c1260f84af.zip
Adding fsignal patch and moved dwmc signal settings to config.def.h
Diffstat (limited to 'patch/fsignal.h')
-rw-r--r--patch/fsignal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/patch/fsignal.h b/patch/fsignal.h
new file mode 100644
index 0000000..bfb56af
--- /dev/null
+++ b/patch/fsignal.h
@@ -0,0 +1,7 @@
+typedef struct {
+ unsigned int signum;
+ void (*func)(const Arg *);
+ const Arg arg;
+} Signal;
+
+static int fake_signal(void); \ No newline at end of file