diff options
author | sghctoma <sghctoma@gmail.com> | 2018-09-02 18:32:31 +0200 |
---|---|---|
committer | sghctoma <sghctoma@gmail.com> | 2018-09-02 18:32:31 +0200 |
commit | 3b2b8c18446bb98ec0e5eea46fb1212b7bf64445 (patch) | |
tree | 1efb3ccee04a7589a1c963b3cace215ca8236c56 /include/rootston/desktop.h | |
parent | 2bd6fbf20ebb055d4871ffb8eedefa7d7aa60ee8 (diff) | |
parent | 95d05acda511e8559ab87a3d8956ee942ca1999e (diff) |
Merge remote-tracking branch 'upstream/master' into fix-freebsd-direct-session
Diffstat (limited to 'include/rootston/desktop.h')
-rw-r--r-- | include/rootston/desktop.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index 363a16f0..3496fb43 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -10,7 +10,6 @@ #include <wlr/types/wlr_idle.h> #include <wlr/types/wlr_input_inhibitor.h> #include <wlr/types/wlr_layer_shell.h> -#include <wlr/types/wlr_linux_dmabuf_v1.h> #include <wlr/types/wlr_list.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_output.h> @@ -53,7 +52,6 @@ struct roots_desktop { struct wlr_idle *idle; struct wlr_idle_inhibit_manager_v1 *idle_inhibit; struct wlr_input_inhibit_manager *input_inhibit; - struct wlr_linux_dmabuf_v1 *linux_dmabuf; struct wlr_layer_shell *layer_shell; struct wlr_virtual_keyboard_manager_v1 *virtual_keyboard; struct wlr_screencopy_manager_v1 *screencopy; |