From: Anselm R. Garbe Date: Thu, 22 Feb 2007 10:42:08 +0000 (+0100) Subject: replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi... X-Git-Url: https://git.xinqibao.xyz/dwm.git/commitdiff_plain/2c477cf66147d369ae8ff17acdce743c6811ee6a?ds=inline;hp=2c477cf66147d369ae8ff17acdce743c6811ee6a replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places ---