diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-11-23 23:41:08 -0500 |
---|---|---|
committer | Naruto Uzumaki <root@kabuto.bos.redhat.com> | 2008-11-24 00:06:16 -0500 |
commit | 1e4b86af1ae16b9eeb4f952f2735b65536bcdc7c (patch) | |
tree | 9a2a49e71efd7489a033f8d4013055aa9bec88b6 /input.c | |
parent | 14fcff77265bbdf9893925c993c10d52c178e566 (diff) | |
download | wayland-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |