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

Side by Side Diff: third_party/wayland-protocols/protocol/linux-explicit-synchronization-protocol.c

Issue 2404513002: exo: Implement zcr_linux_explicit_synchronization_v1
Patch Set: rebase, address review comments Created 4 years, 2 months 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.12.90 */
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
11 * Software is furnished to do so, subject to the following conditions: 11 * Software is furnished to do so, subject to the following conditions:
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 { "destroy", "", types + 0 }, 51 { "destroy", "", types + 0 },
52 { "set_acquire_fence", "h", types + 0 }, 52 { "set_acquire_fence", "h", types + 0 },
53 }; 53 };
54 54
55 WL_EXPORT const struct wl_interface zcr_synchronization_v1_interface = { 55 WL_EXPORT const struct wl_interface zcr_synchronization_v1_interface = {
56 "zcr_synchronization_v1", 1, 56 "zcr_synchronization_v1", 1,
57 2, zcr_synchronization_v1_requests, 57 2, zcr_synchronization_v1_requests,
58 0, NULL, 58 0, NULL,
59 }; 59 };
60 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698