X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.h;fp=dwm.h;h=94dbd8c293bbcf523b19810912c4e9297906d2e3;hp=526653a57eb81ac60c7b663cbbf842386f4c277a;hb=8dc03d6e6be7092f9f5595e03295efc2488f65b9;hpb=1dcb18c124d28515f896f6e929ea317d33b72923 diff --git a/dwm.h b/dwm.h index 526653a..94dbd8c 100644 --- a/dwm.h +++ b/dwm.h @@ -184,8 +184,7 @@ Regs *regs = NULL; /* configuration, allows nested code to access above variables */ #include "config.h" -/* Statically define the number of tags. */ +/* statically define the number of tags. */ unsigned int ntags = sizeof tags / sizeof tags[0]; Bool seltags[sizeof tags / sizeof tags[0]] = {[0] = True}; Bool prevtags[sizeof tags / sizeof tags[0]] = {[0] = True}; -