From cc495a80dcffdf728abd031b165b1dffb0456264 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sat, 15 Aug 2020 11:18:54 +0200 Subject: [PATCH] bartabgroups: adding guard for missing wintitleactions patch, just to align with patch --- patch/bar_tabgroups.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/patch/bar_tabgroups.c b/patch/bar_tabgroups.c index e81e65d..116ddc7 100644 --- a/patch/bar_tabgroups.c +++ b/patch/bar_tabgroups.c @@ -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) {