mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-06 13:29:48 -05:00
Move grab state to struct wl_input_device
This commit is contained in:
parent
dfce71d116
commit
9c3e8d734e
7 changed files with 140 additions and 135 deletions
|
|
@ -95,7 +95,7 @@ wayland_input_create(struct wayland_compositor *c)
|
|||
memset(input, 0, sizeof *input);
|
||||
wlsc_input_device_init(input, &c->base);
|
||||
|
||||
c->base.input_device = input;
|
||||
c->base.input_device = &input->input_device;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue