Minor fix

This commit is contained in:
William Wold 2018-09-10 10:03:53 -07:00
parent 9a08019267
commit 22c5dd8a02
1 changed files with 1 additions and 1 deletions

View File

@ -584,8 +584,8 @@ void view_unmap(struct sway_view *view) {
}
transaction_commit_dirty();
cursor_send_pointer_motion(config->handler_context.seat->cursor, 0, true);
view->surface = NULL;
cursor_send_pointer_motion(config->handler_context.seat->cursor, 0, true);
}
void view_update_size(struct sway_view *view, int width, int height) {