protocol: Remove "repeat" from "key_state"
authorAndre Heider <a.heider@gmail.com>
Tue, 31 Jul 2012 16:59:09 +0000 (18:59 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 1 Aug 2012 02:35:45 +0000 (22:35 -0400)
This is unused and apparently was never implemented.

protocol/wayland.xml

index 4b500e6..cfe95c0 100644 (file)
     <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">