diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-07-19 14:09:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 14:09:12 -0700 |
commit | 8d03bc9178d8544cbcd24293ece6ac9f1698e602 (patch) | |
tree | 7a96a7856c043ebc048de9615048179c7eaff09c /include/rootston | |
parent | fdff5fd1b688487961e287a5df8b4b34ec608c52 (diff) | |
parent | 5dbf0fe7f257edc3e96f3cf4ebf067f12c806419 (diff) |
Merge pull request #1148 from emersion/rename-linux-dmabuf
linux-dmabuf: add v1 suffix
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/desktop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index d9add26a..2d28fa10 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -8,7 +8,7 @@ #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.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> @@ -52,7 +52,7 @@ 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 *linux_dmabuf; + 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; |