mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
Jasper St. Pierre
ccca810daf
window-group: Improve performance by hacking around Clutter
The comment explains it better, but Clutter tries to be smart and repaint actors when their allocations change. Since the window group's allocation changes when windows move around, this means that moving a window will always cause a full-stage repaint, which is super slow. Hack around this for now.
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%