dwm.h
changeset 1035 2034efee9702
parent 1033 a8efbb301ef4
equal deleted inserted replaced
1034:20ace4ebfd86 1035:2034efee9702
   182 Regs *regs = NULL;
   182 Regs *regs = NULL;
   183 
   183 
   184 /* configuration, allows nested code to access above variables */
   184 /* configuration, allows nested code to access above variables */
   185 #include "config.h"
   185 #include "config.h"
   186 
   186 
   187 /* Statically define the number of tags. */
   187 /* statically define the number of tags. */
   188 unsigned int ntags = sizeof tags / sizeof tags[0];
   188 unsigned int ntags = sizeof tags / sizeof tags[0];
   189 Bool seltags[sizeof tags / sizeof tags[0]] = {[0] = True};
   189 Bool seltags[sizeof tags / sizeof tags[0]] = {[0] = True};
   190 Bool prevtags[sizeof tags / sizeof tags[0]] = {[0] = True};
   190 Bool prevtags[sizeof tags / sizeof tags[0]] = {[0] = True};
   191