dwm.c
changeset 1045 8a79aa547b6e
parent 1043 bcd7e18e196a
child 1046 74aca4c70765
equal deleted inserted replaced
1044:78d663b698f0 1045:8a79aa547b6e
   230 Regs *regs = NULL;
   230 Regs *regs = NULL;
   231 
   231 
   232 /* configuration, allows nested code to access above variables */
   232 /* configuration, allows nested code to access above variables */
   233 #include "config.h"
   233 #include "config.h"
   234 
   234 
   235 #define NTAGS (sizeof tags / sizeof tags[0])
       
   236 Bool seltags[NTAGS] = {[0] = True};
       
   237 Bool prevtags[NTAGS] = {[0] = True};
       
   238 
       
   239 /* function implementations */
   235 /* function implementations */
   240 void
   236 void
   241 applyrules(Client *c) {
   237 applyrules(Client *c) {
   242 	static char buf[512];
   238 	static char buf[512];
   243 	unsigned int i, j;
   239 	unsigned int i, j;