diff options
author | Rob Bradford <rob@linux.intel.com> | 2013-06-12 18:17:45 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-06-14 14:56:50 -0400 |
commit | 885d0575369be5e4ee7c1e000b7f612876056bbb (patch) | |
tree | 7a6302236040df04d914fbdf6140901534957200 /protocol | |
parent | c56af574cab3a308a76def3123630397b207994a (diff) |
protocol: Add missing since attribute for name event on wl_seat
This event was added in version 2 of the protocol.
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index f5d08b5..3d4ec9b 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1234,7 +1234,7 @@ <!-- Version 2 of additions --> - <event name="name"> + <event name="name" since="2"> <description summary="unique identifier for this seat"> In a multiseat configuration this can be used by the client to help identify which physical devices the seat represents. Based on |