Skip to content

wayland/xdg-shell: Bail from popup_configure if resource was destroyed

This function gets called when a surface state transaction is applied. Applying a transaction can get delayed, so the Wayland resource may have already been destroyed when we get here. In that case we cannot send events, so there's nothing to do.

Closes: #2737 (closed)

Edited by Michel Dänzer

Merge request reports