diff options
author | Ondřej Majerech <majerech.o@gmail.com> | 2014-09-13 16:35:45 +0200 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-09-15 11:22:05 +0300 |
commit | b2c18647775732da740946eb199b1f2b46ba950b (patch) | |
tree | cb35eccd871d31fcb6c024ca870753a1450a719b /fullscreen-shell | |
parent | f1d2cc0d149cb84006dc26fddd0142b7180f7c34 (diff) | |
download | weston-b2c18647775732da740946eb199b1f2b46ba950b.tar.gz |
window: Don't needlessly sync parent and geometry
When a toytoolkit client redraws, the toolkit syncs the parent and
geometry. If a client redraws often (such as the terminal drawing a huge
amount of output), this can spam the compositor with requests and may
result in the client's eventual being killed.
We don't need to send requests for changing the geometry or parent if
these haven't changed. So remember the last geometry and parent, and
update them only if needed.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=83297
Signed-off-by: Ondřej Majerech <majerech.o@gmail.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'fullscreen-shell')
0 files changed, 0 insertions, 0 deletions