summaryrefslogtreecommitdiffhomepage
path: root/patch/scratchpad.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-09-26 12:42:56 +0200
committerbakkeby <[email protected]>2020-09-26 12:42:56 +0200
commit76292ba325278a38bf8a486b118468a7c6e151c2 (patch)
treec9c833dba217ec1350d1104074290bd04455c84d /patch/scratchpad.h
parentd906aa7a24071750bc0c6bb94ef3b6c8f38db115 (diff)
downloaddwm-flexipatch-76292ba325278a38bf8a486b118468a7c6e151c2.tar.gz
dwm-flexipatch-76292ba325278a38bf8a486b118468a7c6e151c2.zip
scratchpads: enhancing scratchpad by allowing arbitrary clients to be added to (and removed from) each scratchpad area
Diffstat (limited to 'patch/scratchpad.h')
-rw-r--r--patch/scratchpad.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/patch/scratchpad.h b/patch/scratchpad.h
index 3142cdf..42e592b 100644
--- a/patch/scratchpad.h
+++ b/patch/scratchpad.h
@@ -3,4 +3,6 @@ typedef struct {
const void *cmd;
} Sp;
+static void removescratch(const Arg *arg);
+static void setscratch(const Arg *arg);
static void togglescratch(const Arg *arg); \ No newline at end of file