https://bugs.kde.org/show_bug.cgi?id=435978

Vlad Zahorodnii <vlad.zahorod...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOT A BUG
             Status|REPORTED                    |RESOLVED

--- Comment #2 from Vlad Zahorodnii <vlad.zahorod...@kde.org> ---
Thanks for the test program, but it's not clear how to build it.

---

Based on the provided wayland log, it looks like the test app incorrectly maps
itself back. If you want to re-map a surface, you need to

* set the initial properties
* commit the surface without a buffer attached

* wait for the compositor to respond with a configure event
* render the window contents, attach the buffer to the surface, ack the
configure event and commit the surface

Note that not a lot compositors properly support surface re-mapping, it might
be a better idea just to re-create the xdg_toplevel surface instead.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to