diff options
| author | bakkeby <[email protected]> | 2020-09-16 11:07:23 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-16 11:07:23 +0200 |
| commit | 7275ca47ffe049fd2dbf60c606ef2cf2d909b6c6 (patch) | |
| tree | f321fdab9f49c9b84ff611237f8968f729457bbe /patch/bar_indicators.h | |
| parent | b8dc848918d7a07412d5fb1be74a9ac44862a028 (diff) | |
| download | dwm-flexipatch-7275ca47ffe049fd2dbf60c606ef2cf2d909b6c6.tar.gz dwm-flexipatch-7275ca47ffe049fd2dbf60c606ef2cf2d909b6c6.zip | |
Experimenting with having more status indicators than just whether the client is floating or not
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 |
