summaryrefslogtreecommitdiffhomepage
path: root/patch/tagothermonitor.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-21 09:07:51 +0200
committerbakkeby <[email protected]>2020-06-21 09:07:51 +0200
commit62cca4897be4b68257c0679bdc1491f0052cd730 (patch)
tree5494f7029fa251c311193d435fc7a0efb78c28b8 /patch/tagothermonitor.h
parentf27195491c56fe53c75942236077c4152176a582 (diff)
downloaddwm-flexipatch-62cca4897be4b68257c0679bdc1491f0052cd730.tar.gz
dwm-flexipatch-62cca4897be4b68257c0679bdc1491f0052cd730.zip
Tidy following tagothermonitor merge
Diffstat (limited to 'patch/tagothermonitor.h')
-rw-r--r--patch/tagothermonitor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/patch/tagothermonitor.h b/patch/tagothermonitor.h
index 44258bc..5cc033f 100644
--- a/patch/tagothermonitor.h
+++ b/patch/tagothermonitor.h
@@ -1,3 +1,8 @@
+#if DWMC_PATCH
+static void tagnextmonex(const Arg *arg);
+static void tagprevmonex(const Arg *arg);
+#endif // DWMC_PATCH
+
static void tagnextmon(const Arg *arg);
static void tagprevmon(const Arg *arg);
static void tagothermon(const Arg *arg, int dir);