summaryrefslogtreecommitdiff
path: root/dwm/patch/fsignal.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/patch/fsignal.h')
-rwxr-xr-xdwm/patch/fsignal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/dwm/patch/fsignal.h b/dwm/patch/fsignal.h
new file mode 100755
index 0000000..55fed6c
--- /dev/null
+++ b/dwm/patch/fsignal.h
@@ -0,0 +1,8 @@
+typedef struct {
+ unsigned int signum;
+ void (*func)(const Arg *);
+ const Arg arg;
+} Signal;
+
+static int fake_signal(void);
+