summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2012-07-31 18:59:09 +0200
committerKristian Høgsberg <krh@bitplanet.net>2012-07-31 22:35:45 -0400
commit7f3d22776bc74d7deae0966681ed176363ea1781 (patch)
treec1f92b60f2ba4f4e65f96eb401654d5bfd95a0c7 /protocol
parent31c0258ff145c4a6524d3dd369dbf4643a5dc4b7 (diff)
protocol: Remove "repeat" from "key_state"
This is unused and apparently was never implemented.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 4b500e6..cfe95c0 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -908,11 +908,9 @@
<enum name="key_state">
<description summary="physical key state">
Describes the physical state of a key which provoked the key event.
- When a key repeats, the sequence is down -> repeat -> repeat -> up.
</description>
<entry name="released" value="0" summary="key is not pressed"/>
<entry name="pressed" value="1" summary="key is pressed"/>
- <entry name="repeat" value="2" summary="key is pressed and repeating"/>
</enum>
<event name="key">