mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
output: damage whole output when fullscreen surface size changes
This commit is contained in:
parent
a295c805c4
commit
edb4c8d858
2 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue