Skip to content

Update output enter/leave notifications after compositor effects are completed.

Olivier Fourdan requested to merge ofourdan/mutter:issue104 into master

Compositor effects change the actor size and position, which can lead to inconsistent output enter/leave notifications, leaving clients' surfaces without any output set.

Update output enter/leave notifications after all compositor effects are completed so that we give clients accurate output location.

Edited by Olivier Fourdan

Merge request reports