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 /rootston/output.c | |
parent | 2a855e62824653f7634617a2c19d88ba1c650911 (diff) |
rootston: damage whole output when entering/leaving fullscreen
Diffstat (limited to 'rootston/output.c')
-rw-r--r-- | rootston/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/output.c b/rootston/output.c index de4922ba..a7fca415 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -493,7 +493,7 @@ static void output_handle_frame(struct wl_listener *listener, void *data) { render_output(output); } -static void output_damage_whole(struct roots_output *output) { +void output_damage_whole(struct roots_output *output) { int width, height; wlr_output_transformed_resolution(output->wlr_output, &width, &height); |