mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
[wip] move view_init and view_destroy to view-impl-common.c
This commit is contained in:
parent
1506fe3af8
commit
7a2ea5b54c
4 changed files with 96 additions and 89 deletions
|
|
@ -20,6 +20,9 @@ void view_impl_map(struct view *view);
|
|||
*/
|
||||
void view_impl_apply_geometry(struct view *view, int w, int h);
|
||||
|
||||
void view_init(struct view *view);
|
||||
void view_destroy(struct view *view);
|
||||
|
||||
void view_impl_remove_common_listeners(struct view *view);
|
||||
|
||||
#endif /* __LABWC_VIEW_IMPL_COMMON_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue