• 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
..
GL Loading commit data...
Xext Loading commit data...
Xi Loading commit data...
composite Loading commit data...
damageext Loading commit data...
dbe Loading commit data...
dix Loading commit data...
fb Loading commit data...
hw/nxagent Loading commit data...
include Loading commit data...
mi Loading commit data...
miext Loading commit data...
os Loading commit data...
randr Loading commit data...
record Loading commit data...
render Loading commit data...
xfixes Loading commit data...
xkb Loading commit data...
.gitignore Loading commit data...
Imakefile Loading commit data...
fix-miregion Loading commit data...
fix-miregion-private Loading commit data...
fix-region Loading commit data...