diff options
author | Ilia Bozhinov <ammen99@gmail.com> | 2018-10-02 13:08:23 +0200 |
---|---|---|
committer | Ilia Bozhinov <ammen99@gmail.com> | 2018-12-08 14:09:51 +0100 |
commit | 8cce2d75a9a9241ca5083d99e3ef827238b8f471 (patch) | |
tree | 7ea626498d6c645a5afa4329bf5acc65c0ef5df9 /include/rootston/desktop.h | |
parent | f387a840d89f8040fdea57a1e9e159d79fa0e7ff (diff) |
rootston: add support for wlr_foreign_toplevel_management_v1
Diffstat (limited to 'include/rootston/desktop.h')
-rw-r--r-- | include/rootston/desktop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index cd85e794..b1fcaca0 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -4,6 +4,7 @@ #include <wayland-server.h> #include <wlr/config.h> #include <wlr/types/wlr_compositor.h> +#include <wlr/types/wlr_foreign_toplevel_management_v1.h> #include <wlr/types/wlr_gamma_control_v1.h> #include <wlr/types/wlr_gamma_control.h> #include <wlr/types/wlr_idle_inhibit_v1.h> @@ -63,6 +64,7 @@ struct roots_desktop { struct wlr_tablet_manager_v2 *tablet_v2; struct wlr_pointer_constraints_v1 *pointer_constraints; struct wlr_presentation *presentation; + struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager_v1; struct wl_listener new_output; struct wl_listener layout_change; |