commit | 474dbcaf8fd8bd02dd17bc31313b6f32e001447e | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Mon Dec 19 15:51:12 2016 +0200 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Tue Jan 17 16:35:35 2017 +0200 |
tree | b8194c712fde0e245782bff5ec93982cb767a189 | |
parent | 8cc153b35011797c2fa96ec7dc600ec3296d8b2f [diff] |
xwm: postpone geometry dirtying from pending.opaque Changing the opaque region has no immediate effect, therefore there is no need to mark the view geometry dirty. The view geometry will be invalidated automatically by the next commit from Xwayland, in weston_surface_commit_state(). The dirtying did not apply pending state. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>