diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-10 23:43:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-10 23:43:46 +0000 |
commit | 8a596106583caf04a0a0cd2cb83b2eab07d90be6 (patch) | |
tree | 336fdb7cd8ac71e4eb8e1ba1066b14ccb4cc7510 /sys/dev/hil/hilreg.h | |
parent | 7c263cbced63b08e081bc9be16bc451a3229aabe (diff) |
Handle the ``arrow repeat'' special scancode on button boxes; from the old
X11R5 server, untested.
Diffstat (limited to 'sys/dev/hil/hilreg.h')
-rw-r--r-- | sys/dev/hil/hilreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hil/hilreg.h b/sys/dev/hil/hilreg.h index 3ff370da0b1..39c36a5e0f5 100644 --- a/sys/dev/hil/hilreg.h +++ b/sys/dev/hil/hilreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hilreg.h,v 1.5 2005/01/11 00:11:05 miod Exp $ */ +/* $OpenBSD: hilreg.h,v 1.6 2006/08/10 23:43:45 miod Exp $ */ /* $NetBSD: hilreg.h,v 1.6 1997/02/02 09:39:21 thorpej Exp $ */ /* @@ -128,7 +128,7 @@ /* HIL packet headers */ #define HIL_MOUSEDATA 0x02 -#define HIL_KBDDATA 0x40 +#define HIL_KBDDATA 0x70 #define HIL_MOUSEMOTION 0x02 /* mouse movement event */ #define HIL_TABLET 0x02 /* tablet motion event */ |