cage: add relative-pointer-unstable-v1 support

This commit is contained in:
Jonathan GUILLOT 2023-11-09 17:14:37 +01:00 committed by Simon Ser
parent efbf7c035b
commit 2ab480910e
4 changed files with 36 additions and 12 deletions

View file

@ -7,6 +7,7 @@
#include <wlr/types/wlr_idle.h>
#include <wlr/types/wlr_idle_inhibit_v1.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_relative_pointer_v1.h>
#include <wlr/types/wlr_xdg_decoration_v1.h>
#if CAGE_HAS_XWAYLAND
#include <wlr/xwayland.h>
@ -51,6 +52,8 @@ struct cg_server {
struct wl_listener output_manager_apply;
struct wl_listener output_manager_test;
struct wlr_relative_pointer_manager_v1 *relative_pointer_manager;
bool xdg_decoration;
bool allow_vt_switch;
bool return_app_code;