From 54d6ba78c33b15480c75025f15893f006a2ca5d1 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 8 Mar 2019 16:14:30 +0100 Subject: rootston: add output-management-v1 support --- include/rootston/desktop.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/rootston') diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index 81faba81..fdd3abe0 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include @@ -14,10 +15,10 @@ #include #include #include +#include #include #include #include -#include #include #include #include @@ -69,6 +70,7 @@ struct roots_desktop { struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager_v1; struct wlr_relative_pointer_manager_v1 *relative_pointer_manager; struct wlr_pointer_gestures_v1 *pointer_gestures; + struct wlr_output_manager_v1 *output_manager_v1; struct wl_listener new_output; struct wl_listener layout_change; @@ -81,6 +83,8 @@ struct roots_desktop { struct wl_listener input_inhibit_deactivate; struct wl_listener virtual_keyboard_new; struct wl_listener pointer_constraint; + struct wl_listener output_manager_apply; + struct wl_listener output_manager_test; #if WLR_HAS_XWAYLAND struct wlr_xwayland *xwayland; -- cgit v1.2.3