bar_indicators.h (665B)
1 enum { 2 INDICATOR_NONE, 3 INDICATOR_TOP_LEFT_SQUARE, 4 INDICATOR_TOP_LEFT_LARGER_SQUARE, 5 INDICATOR_TOP_BAR, 6 INDICATOR_TOP_BAR_SLIM, 7 INDICATOR_BOTTOM_BAR, 8 INDICATOR_BOTTOM_BAR_SLIM, 9 INDICATOR_BOX, 10 INDICATOR_BOX_WIDER, 11 INDICATOR_BOX_FULL, 12 INDICATOR_CLIENT_DOTS, 13 INDICATOR_RIGHT_TAGS, 14 INDICATOR_PLUS, 15 INDICATOR_PLUS_AND_SQUARE, 16 INDICATOR_PLUS_AND_LARGER_SQUARE, 17 }; 18 19 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); 20 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); 21