Refactor XDG and Xwayland view creation and cleanup

This commit is contained in:
Consolatis 2023-03-05 15:42:19 +01:00
parent e1725e17b2
commit 1506fe3af8
6 changed files with 205 additions and 112 deletions

View file

@ -20,4 +20,6 @@ void view_impl_map(struct view *view);
*/
void view_impl_apply_geometry(struct view *view, int w, int h);
void view_impl_remove_common_listeners(struct view *view);
#endif /* __LABWC_VIEW_IMPL_COMMON_H */