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

Side by Side Diff: third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h

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 #ifndef REMOTE_SHELL_UNSTABLE_V1_CLIENT_PROTOCOL_H 3 #ifndef REMOTE_SHELL_UNSTABLE_V1_CLIENT_PROTOCOL_H
4 #define REMOTE_SHELL_UNSTABLE_V1_CLIENT_PROTOCOL_H 4 #define REMOTE_SHELL_UNSTABLE_V1_CLIENT_PROTOCOL_H
5 5
6 #include <stdint.h> 6 #include <stdint.h>
7 #include <stddef.h> 7 #include <stddef.h>
8 #include "wayland-client.h" 8 #include "wayland-client.h"
9 9
10 #ifdef __cplusplus 10 #ifdef __cplusplus
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 */ 177 */
178 ZWP_REMOTE_SHELL_V1_STATE_TYPE_MAXIMIZED = 3, 178 ZWP_REMOTE_SHELL_V1_STATE_TYPE_MAXIMIZED = 3,
179 /** 179 /**
180 * fullscreen window state 180 * fullscreen window state
181 */ 181 */
182 ZWP_REMOTE_SHELL_V1_STATE_TYPE_FULLSCREEN = 4, 182 ZWP_REMOTE_SHELL_V1_STATE_TYPE_FULLSCREEN = 4,
183 /** 183 /**
184 * pinned window state 184 * pinned window state
185 */ 185 */
186 ZWP_REMOTE_SHELL_V1_STATE_TYPE_PINNED = 5, 186 ZWP_REMOTE_SHELL_V1_STATE_TYPE_PINNED = 5,
187 /**
188 * trusted pinned window state
189 */
190 ZWP_REMOTE_SHELL_V1_STATE_TYPE_TRUSTED_PINNED = 6,
187 }; 191 };
188 #endif /* ZWP_REMOTE_SHELL_V1_STATE_TYPE_ENUM */ 192 #endif /* ZWP_REMOTE_SHELL_V1_STATE_TYPE_ENUM */
189 193
190 #ifndef ZWP_REMOTE_SHELL_V1_ERROR_ENUM 194 #ifndef ZWP_REMOTE_SHELL_V1_ERROR_ENUM
191 #define ZWP_REMOTE_SHELL_V1_ERROR_ENUM 195 #define ZWP_REMOTE_SHELL_V1_ERROR_ENUM
192 enum zwp_remote_shell_v1_error { 196 enum zwp_remote_shell_v1_error {
193 /** 197 /**
194 * given wl_surface has another role 198 * given wl_surface has another role
195 */ 199 */
196 ZWP_REMOTE_SHELL_V1_ERROR_ROLE = 0, 200 ZWP_REMOTE_SHELL_V1_ERROR_ROLE = 0,
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 ZWP_NOTIFICATION_SURFACE_V1_DESTROY); 977 ZWP_NOTIFICATION_SURFACE_V1_DESTROY);
974 978
975 wl_proxy_destroy((struct wl_proxy *) zwp_notification_surface_v1); 979 wl_proxy_destroy((struct wl_proxy *) zwp_notification_surface_v1);
976 } 980 }
977 981
978 #ifdef __cplusplus 982 #ifdef __cplusplus
979 } 983 }
980 #endif 984 #endif
981 985
982 #endif 986 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698