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

Side by Side Diff: third_party/wayland-protocols/protocol/stylus-protocol-v1.c

Issue 2560493003: wayland-protocols: Add zcr_stylus_v2 protocol for touch based stylus (Closed)
Patch Set: apply v1 update to v2. 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 unified diff | Download patch
OLDNEW
1 /* Generated by wayland-scanner 1.11.0 */ 1 /* Generated by wayland-scanner 1.11.0 */
2 2
3 /* 3 /*
4 * Copyright 2016 The Chromium Authors. 4 * Copyright 2016 The Chromium Authors.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, including without limitation 8 * to deal in the Software without restriction, including without limitation
9 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 * and/or sell copies of the Software, and to permit persons to whom the 10 * and/or sell copies of the Software, and to permit persons to whom the
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 { "force", "uf", types + 0 }, 57 { "force", "uf", types + 0 },
58 { "tilt", "uff", types + 0 }, 58 { "tilt", "uff", types + 0 },
59 }; 59 };
60 60
61 WL_EXPORT const struct wl_interface zcr_pointer_stylus_v1_interface = { 61 WL_EXPORT const struct wl_interface zcr_pointer_stylus_v1_interface = {
62 "zcr_pointer_stylus_v1", 1, 62 "zcr_pointer_stylus_v1", 1,
63 1, zcr_pointer_stylus_v1_requests, 63 1, zcr_pointer_stylus_v1_requests,
64 3, zcr_pointer_stylus_v1_events, 64 3, zcr_pointer_stylus_v1_events,
65 }; 65 };
66 66
OLDNEW
« no previous file with comments | « third_party/wayland-protocols/protocol/stylus-protocol.c ('k') | third_party/wayland-protocols/protocol/stylus-protocol-v2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698