Skip to content
Commit 8b04534c authored by Robert Mader's avatar Robert Mader Committed by Daniel Stone
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>
parent 73b17da7
Loading
Loading
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