CVSROOT: /cvs Module name: xenocara Changes by: o...@cvs.openbsd.org 2017/11/30 11:18:51
Modified files: app/cwm : kbfunc.c Log message: Revert r1.109 (Switch to XWindowEvent() pulling out events that match the mask *and* window.) of mousefunc.c. When a client destroys itself while we are moving or resizing it, XWindowEvent() blocks. Found the hard way by Anton Lazarov, and Lea°hNeukirchen found the right bit to revert - thanks! Reverting since the reason to switch from XMaskEvent was unclear.