From: Anselm R. Garbe Date: Sat, 11 Aug 2007 10:11:50 +0000 (+0200) Subject: separated layout-specific stuff into separate .h and .c files which are included... X-Git-Url: https://git.xinqibao.xyz/dwm.git/commitdiff_plain/2d81b78b853565a3e34a8a9190e2362a6fdde739?ds=sidebyside;hp=2d81b78b853565a3e34a8a9190e2362a6fdde739 separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code ---