diff options
author | emersion <contact@emersion.fr> | 2018-01-30 22:06:10 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-01-30 22:06:10 +0100 |
commit | edb4c8d8588eea184cb688f04affa14fd3f0615c (patch) | |
tree | 1d32e5f0c69cd76ca4ca96e698b459f17c19eee2 /include/wlr | |
parent | a295c805c45e940dab511f118a10101a3d3c1f18 (diff) |
output: damage whole output when fullscreen surface size changes
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 3eb1c6ff..f10d8286 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -82,6 +82,7 @@ struct wlr_output { struct wlr_surface *fullscreen_surface; struct wl_listener fullscreen_surface_commit; struct wl_listener fullscreen_surface_destroy; + int fullscreen_width, fullscreen_height; struct wl_list cursors; // wlr_output_cursor::link struct wlr_output_cursor *hardware_cursor; |