Markus Teich wrote: > @@ -81,7 +82,7 @@ typedef struct Client { > char name[256]; > Window win; > int tabx; > - Bool mapped; > + Bool urgent; > Bool closed; > } Client;
Heyho, I probably should mention, that „mapped“ is not used anymore, so I replaced it. I hope this is ok and we don't have to split this up into two patches. --Markus