diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-22 18:52:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 18:52:26 -0500 |
commit | 68036018c8a19f1ec3536e8111899fe280aad38d (patch) | |
tree | 42d107f3033b6894308085af5807f1e4fdce5c57 /include/sway | |
parent | c301b14a42c007bf3b69fef6053fa2466e201309 (diff) | |
parent | 977c1f6a30b9ef21be363ec9fca1d9044b2905c6 (diff) |
Merge pull request #1472 from martinetd/wlroots
Fix build with recent wlroots
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/server.h b/include/sway/server.h index 5a8a8d31..60f35190 100644 --- a/include/sway/server.h +++ b/include/sway/server.h @@ -4,7 +4,7 @@ #include <wayland-server.h> #include <wlr/backend.h> #include <wlr/backend/session.h> -#include <wlr/types/wlr_data_device_manager.h> +#include <wlr/types/wlr_data_device.h> #include <wlr/types/wlr_xdg_shell_v6.h> #include <wlr/render.h> // TODO WLR: make Xwayland optional |