mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-23 08:56:29 -05:00
types/wlr_virtual_pointer_v1: remove destroy event
The destroy event from the pointer base wlr_input_device must be used
This commit is contained in:
parent
45c8771735
commit
4c8ecfcd4a
2 changed files with 0 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue