diff options
author | emersion <contact@emersion.fr> | 2018-03-15 12:45:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-15 12:45:07 +0100 |
commit | de0e40d621c51cf075825633946a9ac7f98ac213 (patch) | |
tree | f3ba050e4307a8fac76dbe7a5738332338c8c7e8 /include/rootston/desktop.h | |
parent | 85da9df8072ff200260eea73dc169d2b50ef0e7d (diff) | |
parent | 653bc282a7f814341f6d7429000928bc696e215e (diff) |
Merge pull request #698 from agx/linux-dmabuf
Add initial linux_dmabuf protocol support
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 467de8ab..db8a088e 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -7,6 +7,7 @@ #include <wlr/types/wlr_compositor.h> #include <wlr/types/wlr_gamma_control.h> #include <wlr/types/wlr_idle.h> +#include <wlr/types/wlr_linux_dmabuf.h> #include <wlr/types/wlr_list.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_output.h> @@ -46,6 +47,7 @@ struct roots_desktop { struct wlr_primary_selection_device_manager *primary_selection_device_manager; struct wlr_idle *idle; struct wlr_idle_inhibit_manager_v1 *idle_inhibit; + struct wlr_linux_dmabuf *linux_dmabuf; struct wl_listener new_output; struct wl_listener layout_change; |