server, cursor: Implement relative_pointer_v1

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2021-10-17 21:42:46 +00:00
parent 4e05eb70ed
commit f7c8e2a381
3 changed files with 9 additions and 0 deletions

View file

@ -24,6 +24,7 @@
#include <wlr/types/wlr_output_management_v1.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_pointer.h>
#include <wlr/types/wlr_relative_pointer_v1.h>
#include <wlr/types/wlr_seat.h>
#include <wlr/types/wlr_server_decoration.h>
#include <wlr/types/wlr_xcursor_manager.h>
@ -142,6 +143,7 @@ struct server {
struct wlr_output_configuration_v1 *pending_output_config;
struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager;
struct wlr_relative_pointer_manager_v1 *relative_pointer_manager;
/* Set when in cycle (alt-tab) mode */
struct view *cycle_view;