diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-19 15:02:21 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-26 08:42:43 +0200 |
commit | 8b84286f4cd0ff5dbf367dc55cf20d9762ac5634 (patch) | |
tree | a8da298518d2f667bcfa2129b4c6cc5624871636 /include/hw | |
parent | 1ff5eedd1d0facf94b2f272058b83856b361b079 (diff) | |
download | qemu-8b84286f4cd0ff5dbf367dc55cf20d9762ac5634.tar.gz qemu-8b84286f4cd0ff5dbf367dc55cf20d9762ac5634.tar.bz2 qemu-8b84286f4cd0ff5dbf367dc55cf20d9762ac5634.zip |
input: switch hid mouse and tablet to the new input layer api.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/input/hid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/input/hid.h b/include/hw/input/hid.h index fb913ba3bb..2127c7ce45 100644 --- a/include/hw/input/hid.h +++ b/include/hw/input/hid.h @@ -23,7 +23,6 @@ typedef void (*HIDEventFunc)(HIDState *s); typedef struct HIDMouseState { HIDPointerEvent queue[QUEUE_LENGTH]; int mouse_grabbed; - QEMUPutMouseEntry *eh_entry; } HIDMouseState; typedef struct HIDKeyboardState { |