mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
rootston: damage whole output when entering/leaving fullscreen
This commit is contained in:
parent
2a855e6282
commit
a7cba7d83f
3 changed files with 4 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ void output_remove_notify(struct wl_listener *listener, void *data);
|
|||
struct roots_view;
|
||||
struct roots_drag_icon;
|
||||
|
||||
void output_damage_whole(struct roots_output *output);
|
||||
void output_damage_whole_view(struct roots_output *output,
|
||||
struct roots_view *view);
|
||||
void output_damage_from_view(struct roots_output *output,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue