Tuncer Ayaz --> dwm (2007-10-10 12:43:37 +0200): > Is it strictly needed to move the declaration of Client after #include > config.h > as done within changeset http://www.suckless.org/hg.rc/dwm/rev/bc0929d03388? > > This breaks nmtile.c compilation as Client is unknown in config.h.
Yes, this broke the way I use additional layouts, too. As a quick hack, I moved the layout stuff from config.h to a new file which I include from dwm.c after `struct Client' has been declared. I'll probably try to find a better solution as soon as I find some time... Cheers, Jukka -- bashian roulette: $ ((RANDOM%6)) || rm -rf ~
