summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2010-03-29 15:26:38 -0400
committerPeter Harris <pharris@opentext.com>2010-03-29 17:53:25 -0400
commit2d873a3dc8c0e1315be426da8054adb4188574b0 (patch)
treecc9556255d39e750c90ad7015fb394943b5881f7
parent3c75db3bcce102c678fc90154a1930fd08b2537c (diff)
xkb: Fix opcode for Bell and GetState requests
Reviewed-by: Ian Osgood <iano@quirkster.com> Signed-off-by: Peter Harris <pharris@opentext.com>
-rw-r--r--src/xkb.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xkb.xml b/src/xkb.xml
index fb97ba4..33d3ea3 100644
--- a/src/xkb.xml
+++ b/src/xkb.xml
@@ -1127,7 +1127,7 @@ authorization from the authors.
</switch>
</request>
- <request name="Bell" opcode="2">
+ <request name="Bell" opcode="3">
<field name="deviceSpec" type="DeviceSpec" />
<field name="bellClass" type="BellClassSpec" />
<field name="bellID" type="IDSpec" />
@@ -1142,7 +1142,7 @@ authorization from the authors.
<field name="window" type="WINDOW" />
</request>
- <request name="GetState" opcode="3">
+ <request name="GetState" opcode="4">
<field name="deviceSpec" type="DeviceSpec" />
<pad bytes="2" />
<reply>