On 11/8/09, Aled Gest <[email protected]> wrote: > time to work out exactly what's causing it, but a quick fix is to copy > the functions directly into the main dwm.c and declaring function > prototypes for those functions before the #include "config.h" line.
don't do that include the .c files in the appropriate place in config.h instead (eg right before layouts)
