diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-11 15:48:40 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-15 05:59:52 -0400 |
commit | 6a7560fae05147ac5a1ac0dd3474670f1bd6c871 (patch) | |
tree | b3cc7127ba2a6c8c526bf5d9267b71d70da239b3 /include/rootston | |
parent | 2b09105bde84ef52ed8f683782dbf2091dcccb08 (diff) |
wlr-data-device interface
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/server.h b/include/rootston/server.h index a4eacb7f..8fc6530e 100644 --- a/include/rootston/server.h +++ b/include/rootston/server.h @@ -3,7 +3,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/render.h> #ifdef HAS_XWAYLAND #include <wlr/xwayland.h> |