bartabgroups: adding guard for missing wintitleactions patch, just to align with patch

pull/48/head
bakkeby 4 years ago
parent 2632f112a8
commit cc495a80dc

@ -54,8 +54,10 @@ bartabdraw(Monitor *m, Client *c, int unused, int x, int w, int groupactive, Arg
drw_setscheme(drw, scheme[
m->sel == c
? SchemeSel
#ifdef HIDDEN
: HIDDEN(c)
? SchemeHid
#endif
: groupactive
? SchemeTabActive
: SchemeTabInactive
@ -92,6 +94,10 @@ bartabdraw(Monitor *m, Client *c, int unused, int x, int w, int groupactive, Arg
}
}
#ifndef HIDDEN
#define HIDDEN(C) 0
#endif
void
bartabclick(Monitor *m, Client *c, int passx, int x, int w, int unused, Arg *arg)
{

Loading…
Cancel
Save