diff options
Diffstat (limited to 'patch/tagothermonitor.c')
| -rw-r--r-- | patch/tagothermonitor.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/patch/tagothermonitor.c b/patch/tagothermonitor.c index 6f39212..4572c88 100644 --- a/patch/tagothermonitor.c +++ b/patch/tagothermonitor.c @@ -1,3 +1,17 @@ +#if DWMC_PATCH +void +tagnextmonex(const Arg *arg) +{ + tagnextmon(&((Arg) { .ui = 1 << arg->ui })); +} + +void +tagprevmonex(const Arg *arg) +{ + tagprevmon(&((Arg) { .ui = 1 << arg->ui })); +} +#endif // DWMC_PATCH + void tagnextmon(const Arg *arg) { |
