mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
Damage borders when damaging view
This commit is contained in:
parent
98f7ee8f59
commit
bec80f1551
8 changed files with 40 additions and 26 deletions
|
|
@ -184,7 +184,7 @@ void view_set_fullscreen(struct sway_view *view, bool fullscreen);
|
|||
|
||||
void view_close(struct sway_view *view);
|
||||
|
||||
void view_damage(struct sway_view *view, bool whole);
|
||||
void view_damage_from(struct sway_view *view);
|
||||
|
||||
void view_for_each_surface(struct sway_view *view,
|
||||
wlr_surface_iterator_func_t iterator, void *user_data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue