author | arg@suckless.org |
Wed, 17 Oct 2007 14:35:21 +0200 | |
changeset 1035 | 2034efee9702 |
parent 1034 | 20ace4ebfd86 |
child 1036 | e6188cb17fa1 |
--- a/dwm.h Wed Oct 17 12:28:34 2007 +0200 +++ b/dwm.h Wed Oct 17 14:35:21 2007 +0200 @@ -184,8 +184,7 @@ /* 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}; -