diff options
author | emersion <contact@emersion.fr> | 2018-01-30 14:40:22 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-01-30 14:40:22 +0100 |
commit | a7cba7d83fc0c881af79792029f36cd46c6cab2c (patch) | |
tree | 2d033391618c819f390a1d4d0ccc064c91d10e75 /include/rootston | |
parent | 2a855e62824653f7634617a2c19d88ba1c650911 (diff) |
rootston: damage whole output when entering/leaving fullscreen
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/output.h b/include/rootston/output.h index a9f9bc2b..3a6d3cc7 100644 --- a/include/rootston/output.h +++ b/include/rootston/output.h @@ -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, |