diff options
| author | bakkeby <[email protected]> | 2020-09-26 12:42:56 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-26 12:42:56 +0200 |
| commit | 76292ba325278a38bf8a486b118468a7c6e151c2 (patch) | |
| tree | c9c833dba217ec1350d1104074290bd04455c84d /patch/scratchpad.h | |
| parent | d906aa7a24071750bc0c6bb94ef3b6c8f38db115 (diff) | |
| download | dwm-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.h | 2 |
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 |
