mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
3944daf3c0
Devices are updated (repicked) as part of the stage update phase, as their stacking, position and transform might have changed since since the last update. The redraw clip was used to avoid unnecessary updating of devices, if the device in question had it's position outside of the redraw clip. If the device coordinate was outside of the redraw clip, what was underneith the device couldn't have changed. What it failed to do, however, was to update devices if a relayout had happened in the same update, as it checked the state whether a layout had happened before attempting to do a relayout, effectively delaying the device updating to the next update. This commit changes the behavior to always update the device given the complete redraw clip caused by all possible relayouts of the same update as the device update happens in. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1285 |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |