protocol: Remove "repeat" from "key_state"

This is unused and apparently was never implemented.
This commit is contained in:
Andre Heider 2012-07-31 18:59:09 +02:00 committed by Kristian Høgsberg
parent 31c0258ff1
commit 7f3d22776b

View file

@ -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">