aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-04-29 13:37:29 +0100
committeremersion <contact@emersion.fr>2018-04-29 14:30:13 +0100
commitddac792b61ed62b3546ad3a2b00e5fea3890985a (patch)
treefcf0bb8e5f14f0cc20d4a60c5eaa0acd3a33a8e5 /include/backend
parent9e7a997433016f366fef79de467d6e95ebabc552 (diff)
backend/wayland: only set one pointer listener
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/wayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index 6d4e3f54..38c7ee32 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -32,6 +32,7 @@ struct wlr_wl_backend {
struct wl_shm *shm;
struct wl_seat *seat;
struct wl_pointer *pointer;
+ struct wlr_wl_pointer *current_pointer;
char *seat_name;
};