Skip to content
Snippets Groups Projects
Commit 7c30ab2d authored by Robert Mader's avatar Robert Mader Committed by Marius Vlad
Browse files

libweston/compositor: Do not map subsurfaces without buffer

We can end in `subsurface_committed()` in different scenarios
without the surface having an attached buffer. While setting
the mapped state to `true` in that case doesn't matter for
that (sub)surface itself, it triggers its own child subsurfaces
to get mapped when they shouldn't.

Closes #426



Signed-off-by: default avatarRobert Mader <robert.mader@collabora.com>
(cherry picked from commit 8b04534c)
parent 2fa690a9
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment