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

Unified Diff: third_party/wayland-protocols/protocol/stylus-protocol.c

Issue 2575693002: wayland-protocols: Add pointer_stylus_exists error to zcr_stylus_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/stylus-protocol.c
diff --git a/third_party/wayland-protocols/protocol/stylus-protocol.c b/third_party/wayland-protocols/protocol/stylus-protocol.c
index bbb0e41028703a4bf34c972470f73727d596465b..e84e4bbbd0a218aba2ad09e241cf1baa75e8e3da 100644
--- a/third_party/wayland-protocols/protocol/stylus-protocol.c
+++ b/third_party/wayland-protocols/protocol/stylus-protocol.c
@@ -43,7 +43,7 @@ static const struct wl_message zcr_stylus_v1_requests[] = {
};
WL_EXPORT const struct wl_interface zcr_stylus_v1_interface = {
- "zcr_stylus_v1", 1,
+ "zcr_stylus_v1", 2,
1, zcr_stylus_v1_requests,
0, NULL,
};

Powered by Google App Engine
This is Rietveld 408576698