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

Unified Diff: third_party/wayland-protocols/protocol/remote-shell-protocol.c

Issue 2276443002: Add new wayland request to enter screen locking mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change protocol Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/wayland-protocols/protocol/remote-shell-protocol.c
diff --git a/third_party/wayland-protocols/protocol/remote-shell-protocol.c b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
index 026a351b1fc288a0b22c4134e49b4c7168fce578..ca1496ef150ba0e70a93806462bb68b751bb1f94 100644
--- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
+++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
@@ -89,6 +89,7 @@ static const struct wl_message zwp_remote_surface_v1_requests[] = {
{ "unset_system_modal", "8", types + 0 },
{ "set_rectangular_shadow_background_opacity", "9f", types + 0 },
{ "activate", "10u", types + 0 },
+ { "pin_with_trusted_flag", "11i", types + 0 }
};
static const struct wl_message zwp_remote_surface_v1_events[] = {
@@ -119,4 +120,3 @@ WL_EXPORT const struct wl_interface zwp_notification_surface_v1_interface = {
1, zwp_notification_surface_v1_requests,
0, NULL,
};
-

Powered by Google App Engine
This is Rietveld 408576698