assert(surface->output); after new_surface emit

This commit is contained in:
Drew DeVault 2018-04-23 10:45:48 +02:00
parent 4575f27932
commit 625bc7b8b3
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ static void handle_wlr_surface_committed(struct wlr_surface *wlr_surface,
surface->added = true;
wlr_signal_emit_safe(&surface->shell->events.new_surface,
surface);
assert(surface->output);
}
if (surface->configured && wlr_surface_has_buffer(surface->surface) &&
!surface->mapped) {