CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2011/08/29 03:09:45
Modified files: app/cwm : kbfunc.c Log message: restore mouse move via the keyboard, noticed by todd@. while the check for cc was wrong due to the fact that cc->sc is always filled in during the event, we don't even need it - just operate on the focused screen's root window regardless. ok todd@ oga@