summaryrefslogtreecommitdiff
path: root/sys/dev/hil
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hil')
-rw-r--r--sys/dev/hil/hilms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hil/hilms.c b/sys/dev/hil/hilms.c
index 8c752bf6d56..4251ae419c2 100644
--- a/sys/dev/hil/hilms.c
+++ b/sys/dev/hil/hilms.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hilms.c,v 1.4 2006/12/16 20:08:44 miod Exp $ */
+/* $OpenBSD: hilms.c,v 1.5 2007/04/10 22:37:17 miod Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
* All rights reserved.
@@ -334,5 +334,5 @@ hilms_callback(struct hildev_softc *dev, u_int buflen, u_int8_t *buf)
if (sc->sc_wsmousedev != NULL)
wsmouse_input(sc->sc_wsmousedev,
- sc->sc_buttonstate, dx, dy, dz, flags);
+ sc->sc_buttonstate, dx, dy, dz, 0, flags);
}