diff options
Diffstat (limited to 'patch/bar_indicators.h')
| -rw-r--r-- | patch/bar_indicators.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/patch/bar_indicators.h b/patch/bar_indicators.h index 1364cc3..d015101 100644 --- a/patch/bar_indicators.h +++ b/patch/bar_indicators.h @@ -10,7 +10,11 @@ enum { INDICATOR_BOX_WIDER, INDICATOR_BOX_FULL, INDICATOR_CLIENT_DOTS, - INDICATOR_RIGHT_TAGS + INDICATOR_RIGHT_TAGS, + INDICATOR_PLUS, + INDICATOR_PLUS_AND_SQUARE, + INDICATOR_PLUS_AND_LARGER_SQUARE, }; -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);
\ No newline at end of file +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 |
