CVSROOT: /cvs
Module name: xenocara
Changes by: [email protected] 2015/11/12 11:26:41
Modified files:
app/cwm : calmwm.h conf.c kbfunc.c
Log message:
Move kb pointer movement out of the kbfunc_client_moveresize since it's
got nothing to do with clients, thus doing flags work causes lots of
waste and almost useless jumpy pointer movements; while here, split out
move and resize since they share almost no code, just like mouse client
move/resize; factor out amount and factor. Still wonder why this is
here, but it works now.