aboutsummaryrefslogtreecommitdiff
path: root/include/hw/char/escc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/char/escc.h')
-rw-r--r--include/hw/char/escc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/char/escc.h b/include/hw/char/escc.h
index 5669a5b..8c4c6a7 100644
--- a/include/hw/char/escc.h
+++ b/include/hw/char/escc.h
@@ -46,6 +46,9 @@ typedef struct ESCCChannelState {
uint8_t rx, tx;
QemuInputHandlerState *hs;
char *sunkbd_layout;
+ int sunmouse_dx;
+ int sunmouse_dy;
+ int sunmouse_buttons;
} ESCCChannelState;
struct ESCCState {