view: factor out view_impl_init_foreign_toplevel()

This commit is contained in:
John Lindgren 2025-11-12 10:43:22 -05:00 committed by Consolatis
parent 51c2003ed8
commit 5543affe35
5 changed files with 40 additions and 37 deletions

View file

@ -10,6 +10,8 @@
struct view;
void view_impl_init_foreign_toplevel(struct view *view);
void view_impl_map(struct view *view);
void view_impl_unmap(struct view *view);