summaryrefslogtreecommitdiff
path: root/patch/dwmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'patch/dwmc.h')
-rw-r--r--patch/dwmc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/patch/dwmc.h b/patch/dwmc.h
new file mode 100644
index 0000000..66e23a9
--- /dev/null
+++ b/patch/dwmc.h
@@ -0,0 +1,14 @@
+typedef struct {
+ const char * sig;
+ void (*func)(const Arg *);
+} Signal;
+
+static void setlayoutex(const Arg *arg);
+static void viewex(const Arg *arg);
+static void viewallex(const Arg *arg);
+static void toggleviewex(const Arg *arg);
+static void tagex(const Arg *arg);
+static void toggletagex(const Arg *arg);
+static void tagallex(const Arg *arg);
+static int fake_signal(void);
+