mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-12 13:29:55 -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
|
|
@ -92,7 +92,7 @@ x11_input_create(struct x11_compositor *c)
|
|||
memset(input, 0, sizeof *input);
|
||||
wlsc_input_device_init(&input->base, &c->base);
|
||||
|
||||
c->base.input_device = &input->base;
|
||||
c->base.input_device = &input->base.input_device;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue