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

Unified Diff: third_party/wayland-protocols/protocol/keyboard-configuration-protocol.c

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
Index: third_party/wayland-protocols/protocol/keyboard-configuration-protocol.c
diff --git a/third_party/wayland-protocols/protocol/keyboard-configuration-protocol.c b/third_party/wayland-protocols/protocol/keyboard-configuration-protocol.c
index b17117a40ddb084c8d8c4709d7623cee887f8e25..0bddf1c4fbfb868ec1e81a0720eb867f22d944f5 100644
--- a/third_party/wayland-protocols/protocol/keyboard-configuration-protocol.c
+++ b/third_party/wayland-protocols/protocol/keyboard-configuration-protocol.c
@@ -41,7 +41,7 @@ static const struct wl_message zcr_keyboard_configuration_v1_requests[] = {
};
WL_EXPORT const struct wl_interface zcr_keyboard_configuration_v1_interface = {
- "zcr_keyboard_configuration_v1", 1,
+ "zcr_keyboard_configuration_v1", 2,
1, zcr_keyboard_configuration_v1_requests,
0, NULL,
};

Powered by Google App Engine
This is Rietveld 408576698