Skip to content
Snippets Groups Projects
Commit 29448499 authored by Robert Mader's avatar Robert Mader
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 wayland/weston#426



Signed-off-by: default avatarRobert Mader <robert.mader@collabora.com>
parent 81a837ac
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