mirror of
https://github.com/labwc/labwc.git
synced 2025-11-12 13:30:11 -05:00
view: Refactor view destruction some more
This commit is contained in:
parent
0ec63a153b
commit
73930f7e0f
4 changed files with 35 additions and 30 deletions
|
|
@ -404,7 +404,7 @@ void view_update_app_id(struct view *view);
|
|||
void view_impl_map(struct view *view);
|
||||
void view_adjust_size(struct view *view, int *w, int *h);
|
||||
|
||||
void view_handle_destroy(struct view *view);
|
||||
void view_destroy(struct view *view);
|
||||
|
||||
void foreign_toplevel_handle_create(struct view *view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue