summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-11-23 23:41:08 -0500
committerNaruto Uzumaki <root@kabuto.bos.redhat.com>2008-11-24 00:06:16 -0500
commit1e4b86af1ae16b9eeb4f952f2735b65536bcdc7c (patch)
tree9a2a49e71efd7489a033f8d4013055aa9bec88b6 /input.c
parent14fcff77265bbdf9893925c993c10d52c178e566 (diff)
downloadwayland-1e4b86af1ae16b9eeb4f952f2735b65536bcdc7c.tar.gz
wayland-1e4b86af1ae16b9eeb4f952f2735b65536bcdc7c.tar.xz
wayland-1e4b86af1ae16b9eeb4f952f2735b65536bcdc7c.zip
Expose screenshooting as an interface, drop SIGUSR hack.
This pulls in a bit of extra infrastructure for discovering adertised objects on the client side.
Diffstat (limited to 'input.c')
-rw-r--r--input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/input.c b/input.c
index 9df4307..f91b685 100644
--- a/input.c
+++ b/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;