Skip to content

wayland: Protect against enter events for empty surfaces

Emmanuele Bassi requested to merge issue-17 into master

The leave handler checks for NULL surfaces, but the enter handler does not.

Fixes: #17 (closed)

Merge request reports