diff options
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r-- | include/backend/x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index 1a8341f6..67511602 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -47,6 +47,7 @@ struct wlr_x11_backend { xcb_screen_t *screen; size_t requested_outputs; + size_t last_output_num; struct wl_list outputs; // wlr_x11_output::link struct wlr_keyboard keyboard; |