diff options
| author | bakkeby <[email protected]> | 2020-06-21 09:07:51 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-06-21 09:07:51 +0200 |
| commit | 62cca4897be4b68257c0679bdc1491f0052cd730 (patch) | |
| tree | 5494f7029fa251c311193d435fc7a0efb78c28b8 /patch/tagothermonitor.h | |
| parent | f27195491c56fe53c75942236077c4152176a582 (diff) | |
| download | dwm-flexipatch-62cca4897be4b68257c0679bdc1491f0052cd730.tar.gz dwm-flexipatch-62cca4897be4b68257c0679bdc1491f0052cd730.zip | |
Tidy following tagothermonitor merge
Diffstat (limited to 'patch/tagothermonitor.h')
| -rw-r--r-- | patch/tagothermonitor.h | 5 |
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); |
