mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
Add relative pointer
This commit is contained in:
parent
cedde21c96
commit
ee4b8a3938
3 changed files with 21 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include <wlr/types/wlr_data_device.h>
|
||||
#include <wlr/types/wlr_layer_shell_v1.h>
|
||||
#include <wlr/types/wlr_presentation_time.h>
|
||||
#include <wlr/types/wlr_relative_pointer_v1.h>
|
||||
#include <wlr/types/wlr_server_decoration.h>
|
||||
#include <wlr/types/wlr_xdg_shell_v6.h>
|
||||
#include <wlr/types/wlr_xdg_shell.h>
|
||||
|
|
@ -51,6 +52,8 @@ struct sway_server {
|
|||
struct wl_listener xwayland_ready;
|
||||
#endif
|
||||
|
||||
struct wlr_relative_pointer_manager_v1 *relative_pointer_manager;
|
||||
|
||||
struct wlr_server_decoration_manager *server_decoration_manager;
|
||||
struct wl_listener server_decoration;
|
||||
struct wl_list decorations; // sway_server_decoration::link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue