aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fields
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-23 07:40:23 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-23 07:40:23 +0000
commit5abaa32d32e3b1a689b3388dceb293773938de93 (patch)
tree2dc1d92431d14c8c88cfbe570004b518b1bf185d /x11-fields
parentfd6e42336e6e76f32bacaadfcaa316f34a285327 (diff)
"keys" is a LISTofCARD8, so it should have type BYTES, not UINT8.
svn path=/trunk/; revision=10454
Diffstat (limited to 'x11-fields')
-rw-r--r--x11-fields4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fields b/x11-fields
index 2db7c7848b..2ea6e68a53 100644
--- a/x11-fields
+++ b/x11-fields
@@ -3,7 +3,7 @@
#
# Copyright 2000, Christophe Tronche <ch.tronche@computer.org>
#
-# $Id: x11-fields,v 1.12 2004/03/22 22:53:56 deniel Exp $
+# $Id: x11-fields,v 1.13 2004/03/23 07:40:23 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -285,7 +285,7 @@ keycodes NONE NONE
keycodes-per-modifier UINT8 DEC
-keys UINT8 DEC
+keys BYTES NONE
keysyms NONE NONE
item NONE NONE