Skip to content

wayland: Keep some resources until destroy

Matthias Clasen requested to merge wayland-surface-unmap into master

The Wayland backend was dropping all serverside resources on hide, which is too early e.g. for GtkGLArea which wants to use egl resources to unload textures on unrealize.

Closes: #1485 (closed)

Merge request reports