mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Damage output when a fullscreen view unmaps
Also moved the arranging into view_unmap to avoid excessive code duplication.
This commit is contained in:
parent
beacd4d9f9
commit
7a922c65aa
5 changed files with 15 additions and 17 deletions
|
|
@ -245,10 +245,7 @@ void view_destroy(struct sway_view *view);
|
|||
|
||||
void view_map(struct sway_view *view, struct wlr_surface *wlr_surface);
|
||||
|
||||
/**
|
||||
* Unmap the view and return the surviving parent (after reaping).
|
||||
*/
|
||||
struct sway_container *view_unmap(struct sway_view *view);
|
||||
void view_unmap(struct sway_view *view);
|
||||
|
||||
void view_update_position(struct sway_view *view, double lx, double ly);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue