CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2019/08/13 12:45:38
Modified files: app/cwm : kbfunc.c Log message: Because cwm warps the pointer during a client move (to stay within the client), there's a window of time where an expose or enternotify event will get generated for a lower client; use a hammer and drain events after keyboard move/resize, until such a time that cwm doesn't warp the pointer. Behavior noticed by kn. ok kn@