aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMykola Orliuk <virkony@gmail.com>2020-10-09 22:17:17 +0200
committerSimon Ser <contact@emersion.fr>2020-11-12 12:31:32 +0100
commit2eae9ec7c8b3f972f99cd34ab641bd9bc5e55589 (patch)
tree92c7d6dc17d4a3bc6209075794969f847c427e4d /include
parent44531e16e0edd3dbf6f7abe4afa930bceebcbf92 (diff)
backend/wayland: Set cursor indivdualy per output
Diffstat (limited to 'include')
-rw-r--r--include/backend/wayland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index 9f64cdb7..9596b72c 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -40,7 +40,6 @@ struct wlr_wl_backend {
struct zwp_linux_dmabuf_v1 *zwp_linux_dmabuf_v1;
struct zwp_relative_pointer_manager_v1 *zwp_relative_pointer_manager_v1;
struct wl_list seats; // wlr_wl_seat.link
- struct wlr_wl_pointer *current_pointer;
struct zwp_tablet_manager_v2 *tablet_manager;
struct wlr_drm_format_set linux_dmabuf_v1_formats;
};
@@ -75,6 +74,7 @@ struct wlr_wl_output {
uint32_t enter_serial;
struct {
+ struct wlr_wl_pointer *pointer;
struct wl_surface *surface;
struct wl_egl_window *egl_window;
int32_t hotspot_x, hotspot_y;