CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2009/01/23 11:58:41
Modified files: app/cwm : calmwm.h conf.c kbfunc.c xevents.c Log message: Move the keybinding argument to a union to prevent warnings where sizeof(int) != sizeof(void *). This has been annoying me for ages. ok okan@, todd@