Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: third_party/wayland-protocols/unstable/keyboard/keyboard-configuration-unstable-v1.xml

Issue 2564353002: wayland-protocols: Add device_configuration_exists error to zcr_keyboard_configuration_v1 interface. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/wayland-protocols/protocol/keyboard-configuration-protocol.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland-protocols/unstable/keyboard/keyboard-configuration-unstable-v1.xml
diff --git a/third_party/wayland-protocols/unstable/keyboard/keyboard-configuration-unstable-v1.xml b/third_party/wayland-protocols/unstable/keyboard/keyboard-configuration-unstable-v1.xml
index 6acd844fa6eeebd1d9404d424bde060ab03f12e0..38c7c38b66fcb9dfd1a0ab7e16603e9b40aced08 100644
--- a/third_party/wayland-protocols/unstable/keyboard/keyboard-configuration-unstable-v1.xml
+++ b/third_party/wayland-protocols/unstable/keyboard/keyboard-configuration-unstable-v1.xml
@@ -24,7 +24,7 @@
DEALINGS IN THE SOFTWARE.
</copyright>
- <interface name="zcr_keyboard_configuration_v1" version="1">
+ <interface name="zcr_keyboard_configuration_v1" version="2">
<description summary="extends wl_keyboard with events for device configuration change">
Allows a wl_keyboard to notify device configuration change events of
the keyboard to the client.
@@ -39,10 +39,17 @@
interface version number is reset.
</description>
+ <enum name="error">
+ <entry name="device_configuration_exists" value="0"
+ summary="the keyboard already has a device configuration object associated"/>
+ </enum>
+
<request name="get_keyboard_device_configuration">
<description summary="get keyboard_device_configuration interface for a keyboard">
Create keyboard_device_configuration object.
See zcr_keyboard_device_configuration interface for details.
+ If the given wl_keyboard object already has a security object associated,
reveman 2016/12/12 11:49:31 s/security/device configuration/
yhanada 2016/12/12 15:42:34 Done.
+ the keyboard_device_configuration_exists protocol error is raised.
</description>
<arg name="id" type="new_id" interface="zcr_keyboard_device_configuration_v1"/>
<arg name="keyboard" type="object" interface="wl_keyboard"/>
« no previous file with comments | « third_party/wayland-protocols/protocol/keyboard-configuration-protocol.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698