mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
view: Add view_evacuate_region() helper
v2: Modify asserts as suggested by Consolatis
This commit is contained in:
parent
0ca6c4c763
commit
d2fae39fe3
3 changed files with 13 additions and 6 deletions
|
|
@ -162,6 +162,7 @@ void view_reload_ssd(struct view *view);
|
|||
void view_impl_map(struct view *view);
|
||||
void view_adjust_size(struct view *view, int *w, int *h);
|
||||
|
||||
void view_evacuate_region(struct view *view);
|
||||
void view_on_output_destroy(struct view *view);
|
||||
void view_destroy(struct view *view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue