diff options
Diffstat (limited to 'include/backend/headless.h')
-rw-r--r-- | include/backend/headless.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/headless.h b/include/backend/headless.h index 35280862..66448071 100644 --- a/include/backend/headless.h +++ b/include/backend/headless.h @@ -12,6 +12,7 @@ struct wlr_headless_backend { struct wlr_renderer *renderer; struct wl_display *display; struct wl_list outputs; + size_t last_output_num; struct wl_list input_devices; struct wl_listener display_destroy; bool started; |