CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2016/10/18 11:03:30
Modified files:
app/cwm : calmwm.c calmwm.h client.c conf.c group.c
kbfunc.c mousefunc.c screen.c search.c
xevents.c
Log message:
Refactor callbacks to take a void * so as to not try and generalize into
client_ctx in keypress and buttonpress event handlers; pass appropriate *ctx's
based on context.
While here, limit some globals, replace defines with appropriate variables and
fix some naming.
