mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Expose screenshooting as an interface, drop SIGUSR hack.
This pulls in a bit of extra infrastructure for discovering adertised objects on the client side.
This commit is contained in:
parent
14fcff7726
commit
1e4b86af1a
10 changed files with 295 additions and 94 deletions
1
input.c
1
input.c
|
|
@ -126,7 +126,6 @@ wl_input_device_create(struct wl_display *display,
|
|||
if (device == NULL)
|
||||
return NULL;
|
||||
|
||||
device->base.id = id;
|
||||
device->base.interface = &input_device_interface;
|
||||
device->display = display;
|
||||
device->tool = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue