diff options
Diffstat (limited to 'patch/bar_indicators.h')
| -rw-r--r-- | patch/bar_indicators.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/bar_indicators.h b/patch/bar_indicators.h index d015101..c66e4f0 100644 --- a/patch/bar_indicators.h +++ b/patch/bar_indicators.h @@ -17,4 +17,5 @@ enum { }; static void drawindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w, int h, unsigned int tag, int filled, int invert, int type); -static void drawstateindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w, int h, unsigned int tag, int filled, int invert);
\ No newline at end of file +static void drawstateindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w, int h, unsigned int tag, int filled, int invert); + |
