diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2013-04-01 20:06:36 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-04-01 20:06:36 -0400 |
commit | c7639228b4850ca7d91d2f39815059c3edb83d08 (patch) | |
tree | f61d29bcf7198e6308311558b0c197091691bba3 | |
parent | 29ddfdd0dfc6028082a944cc17f41cfc9537aa9b (diff) |
docs: Remove mention of touch focusfd-lock
There is no focused surface for a touch screen.
-rw-r--r-- | protocol/wayland.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 2a27b1b..899a686 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1109,8 +1109,7 @@ A seat is a group of keyboards, pointer (mice, for example) and touch devices. This object is published as a global during start up, or when such a device is hot plugged. A seat typically - has a pointer and maintains a keyboard focus, a pointer focus and - a touch focus. + has a pointer and maintains a keyboard focus and a pointer focus. </description> <enum name="capability"> |