CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2016/10/06 08:41:19
Modified files: app/cwm : calmwm.h conf.c kbfunc.c mousefunc.c xevents.c Log message: Add an argument to the callbacks to pass the xevent context, button or key press. This allows to remove a few hacks to duplicate functions only for behaviour changes; now differing behaviours are pushed down to the callback. Also will allow for previously unavailable actions to be bind-able down the road.