rootston: damage whole output when entering/leaving fullscreen

This commit is contained in:
emersion 2018-01-30 14:40:22 +01:00
parent 2a855e6282
commit a7cba7d83f
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 4 additions and 1 deletions

View file

@ -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,