aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar absrd <fk@bsrd.io>2019-01-29 20:52:59 +0100
committerLibravatar emersion <contact@emersion.fr>2019-01-30 19:53:59 +0100
commitee4b8a39385203a560818f99b380565d16bc7665 (patch)
treed2dad79e472eaa5314f4de46a72abf467d37e628 /include
parentImplement pointer-constraints-unstable-v1 (diff)
downloadsway-ee4b8a39385203a560818f99b380565d16bc7665.tar.gz
sway-ee4b8a39385203a560818f99b380565d16bc7665.tar.zst
sway-ee4b8a39385203a560818f99b380565d16bc7665.zip
Add relative pointer
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index fa2c6557..5eef7c1a 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -9,6 +9,7 @@
9#include <wlr/types/wlr_data_device.h> 9#include <wlr/types/wlr_data_device.h>
10#include <wlr/types/wlr_layer_shell_v1.h> 10#include <wlr/types/wlr_layer_shell_v1.h>
11#include <wlr/types/wlr_presentation_time.h> 11#include <wlr/types/wlr_presentation_time.h>
12#include <wlr/types/wlr_relative_pointer_v1.h>
12#include <wlr/types/wlr_server_decoration.h> 13#include <wlr/types/wlr_server_decoration.h>
13#include <wlr/types/wlr_xdg_shell_v6.h> 14#include <wlr/types/wlr_xdg_shell_v6.h>
14#include <wlr/types/wlr_xdg_shell.h> 15#include <wlr/types/wlr_xdg_shell.h>
@@ -51,6 +52,8 @@ struct sway_server {
51 struct wl_listener xwayland_ready; 52 struct wl_listener xwayland_ready;
52#endif 53#endif
53 54
55 struct wlr_relative_pointer_manager_v1 *relative_pointer_manager;
56
54 struct wlr_server_decoration_manager *server_decoration_manager; 57 struct wlr_server_decoration_manager *server_decoration_manager;
55 struct wl_listener server_decoration; 58 struct wl_listener server_decoration;
56 struct wl_list decorations; // sway_server_decoration::link 59 struct wl_list decorations; // sway_server_decoration::link