view: move view_moved() out of view_impl_apply_geometry()

This commit is contained in:
John Lindgren 2025-12-01 13:58:18 -05:00 committed by Hiroaki Yamamoto
parent 5ea617a393
commit 27aa8173f3
3 changed files with 2 additions and 5 deletions

View file

@ -238,6 +238,7 @@ handle_commit(struct wl_listener *listener, void *data)
if (update_required) {
view_impl_apply_geometry(view, size.width, size.height);
view_moved(view);
/*
* Some views (e.g., terminals that scale as multiples of rows