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

Side by Side 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, 3 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.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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 { "pin", "3", types + 0 }, 82 { "pin", "3", types + 0 },
83 { "unpin", "3", types + 0 }, 83 { "unpin", "3", types + 0 },
84 { "unfullscreen", "3", types + 0 }, 84 { "unfullscreen", "3", types + 0 },
85 { "set_rectangular_shadow", "4iiii", types + 0 }, 85 { "set_rectangular_shadow", "4iiii", types + 0 },
86 { "set_title", "5s", types + 0 }, 86 { "set_title", "5s", types + 0 },
87 { "set_top_inset", "5i", types + 0 }, 87 { "set_top_inset", "5i", types + 0 },
88 { "set_system_modal", "8", types + 0 }, 88 { "set_system_modal", "8", types + 0 },
89 { "unset_system_modal", "8", types + 0 }, 89 { "unset_system_modal", "8", types + 0 },
90 { "set_rectangular_shadow_background_opacity", "9f", types + 0 }, 90 { "set_rectangular_shadow_background_opacity", "9f", types + 0 },
91 { "activate", "10u", types + 0 }, 91 { "activate", "10u", types + 0 },
92 { "pin_with_trusted_flag", "11i", types + 0 }
92 }; 93 };
93 94
94 static const struct wl_message zwp_remote_surface_v1_events[] = { 95 static const struct wl_message zwp_remote_surface_v1_events[] = {
95 { "set_fullscreen", "", types + 0 }, 96 { "set_fullscreen", "", types + 0 },
96 { "unset_fullscreen", "", types + 0 }, 97 { "unset_fullscreen", "", types + 0 },
97 { "close", "", types + 0 }, 98 { "close", "", types + 0 },
98 { "set_maximized", "2", types + 0 }, 99 { "set_maximized", "2", types + 0 },
99 { "unset_maximized", "2", types + 0 }, 100 { "unset_maximized", "2", types + 0 },
100 { "set_minimized", "2", types + 0 }, 101 { "set_minimized", "2", types + 0 },
101 { "unset_minimized", "2", types + 0 }, 102 { "unset_minimized", "2", types + 0 },
(...skipping 10 matching lines...) Expand all
112 113
113 static const struct wl_message zwp_notification_surface_v1_requests[] = { 114 static const struct wl_message zwp_notification_surface_v1_requests[] = {
114 { "destroy", "", types + 0 }, 115 { "destroy", "", types + 0 },
115 }; 116 };
116 117
117 WL_EXPORT const struct wl_interface zwp_notification_surface_v1_interface = { 118 WL_EXPORT const struct wl_interface zwp_notification_surface_v1_interface = {
118 "zwp_notification_surface_v1", 6, 119 "zwp_notification_surface_v1", 6,
119 1, zwp_notification_surface_v1_requests, 120 1, zwp_notification_surface_v1_requests,
120 0, NULL, 121 0, NULL,
121 }; 122 };
122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698