aboutsummaryrefslogtreecommitdiff
path: root/include/hw/input
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-05-19 15:02:21 +0200
committerGerd Hoffmann <kraxel@redhat.com>2014-05-26 08:42:43 +0200
commit8b84286f4cd0ff5dbf367dc55cf20d9762ac5634 (patch)
treea8da298518d2f667bcfa2129b4c6cc5624871636 /include/hw/input
parent1ff5eedd1d0facf94b2f272058b83856b361b079 (diff)
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/input')
-rw-r--r--include/hw/input/hid.h1
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 {