diff options
Diffstat (limited to 'include')
-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; |