aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorSimon Zeni <simon@bl4ckb0ne.ca>2022-03-08 15:56:28 -0500
committerKirill Primak <vyivel@eclair.cafe>2022-03-11 20:02:21 +0000
commit4c8ecfcd4ab84d67a0677967d1fc98d5062ab6ae (patch)
tree8a87a9849f89ed10002bedd864144b3c03555924 /include/wlr
parent45c877173577cf450f0932c6899b740cacb4254f (diff)
types/wlr_virtual_pointer_v1: remove destroy event
The destroy event from the pointer base wlr_input_device must be used
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_virtual_pointer_v1.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wlr/types/wlr_virtual_pointer_v1.h b/include/wlr/types/wlr_virtual_pointer_v1.h
index 307d6158..656ca371 100644
--- a/include/wlr/types/wlr_virtual_pointer_v1.h
+++ b/include/wlr/types/wlr_virtual_pointer_v1.h
@@ -35,10 +35,6 @@ struct wlr_virtual_pointer_v1 {
bool axis_valid[2];
struct wl_list link;
-
- struct {
- struct wl_signal destroy; // struct wlr_virtual_pointer_v1*
- } events;
};
struct wlr_virtual_pointer_v1_new_pointer_event {