diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-27 09:28:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 09:28:25 -0400 |
commit | 4bee96bd301015dd6ceb2087ec07a1cb77c1e5d7 (patch) | |
tree | 4700fd262f551442fb2289d808d3a52253d7c1cb /include/rootston | |
parent | 8fb948c109ca5c9b636bf04d248e5bedd3c7eee3 (diff) | |
parent | a43acae0005ec4d635f1477376fad2ff5d12d611 (diff) |
Merge pull request #333 from emersion/server-decoration
Add server-decoration protocol
Diffstat (limited to 'include/rootston')
-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 c3859afb..376412fb 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -37,11 +37,13 @@ struct roots_desktop { struct wlr_xdg_shell_v6 *xdg_shell_v6; struct wlr_gamma_control_manager *gamma_control_manager; struct wlr_screenshooter *screenshooter; + struct wlr_server_decoration_manager *server_decoration_manager; struct wl_listener output_add; struct wl_listener output_remove; struct wl_listener xdg_shell_v6_surface; struct wl_listener wl_shell_surface; + struct wl_listener decoration_new; #ifdef HAS_XWAYLAND struct wlr_xwayland *xwayland; |