• Ulrich Sibiller's avatar
    Events.c: catch intermediate window position changes · f9bae755
    Ulrich Sibiller authored
    nxagentHandleConfigureNotify() has an optimization that accumulates
    ConfigureNotify events from the queue to only perform the changes of
    the last ConfigureNotify event in the queue. But that code used to
    ignore position changes and only adapt the new window position if the
    last event happened to contain a position change.
    
    This change ensures the latest position change - if any - found in the
    queue will be applied after the accumulation.
    
    Fixes: ArticaProject/nx-libs#688 (second part)
    f9bae755
Name
Last commit
Last update
debian Loading commit data...
doc Loading commit data...
etc Loading commit data...
m4 Loading commit data...
nx-X11 Loading commit data...
nxcomp Loading commit data...
nxcompshad Loading commit data...
nxproxy Loading commit data...
testscripts Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
LICENSE Loading commit data...
LICENSE.nxcomp Loading commit data...
Makefile Loading commit data...
README.NX-development Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
fix-patch-whitespace Loading commit data...
make-changelog.sh Loading commit data...
mesa-quilt Loading commit data...
nx-libs.spec Loading commit data...
regenerate-symbol-docs.sh Loading commit data...
replace.sh Loading commit data...
roll-tarballs.sh Loading commit data...
version.sh Loading commit data...