diff options
Diffstat (limited to 'patch/bar_indicators.c')
| -rw-r--r-- | patch/bar_indicators.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/bar_indicators.c b/patch/bar_indicators.c index 644e072..91e0a5b 100644 --- a/patch/bar_indicators.c +++ b/patch/bar_indicators.c @@ -96,7 +96,7 @@ drawindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w, int void drawstateindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w, int h, unsigned int tag, int filled, int invert) { - #if FAKEFULLSCREEN_CLIENT_PATCH + #if FAKEFULLSCREEN_CLIENT_PATCH && !FAKEFULLSCREEN_PATCH if (c->fakefullscreen && c->isfloating) drawindicator(m, c, occ, x, y, w, h, tag, filled, invert, floatfakefsindicatortype); else if (c->fakefullscreen) |
