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

Side by Side Diff: third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-server-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, 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 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_SERVER_PROTOCOL_H 3 #ifndef REMOTE_SHELL_UNSTABLE_V1_SERVER_PROTOCOL_H
4 #define REMOTE_SHELL_UNSTABLE_V1_SERVER_PROTOCOL_H 4 #define REMOTE_SHELL_UNSTABLE_V1_SERVER_PROTOCOL_H
5 5
6 #include <stdint.h> 6 #include <stdint.h>
7 #include <stddef.h> 7 #include <stddef.h>
8 #include "wayland-server.h" 8 #include "wayland-server.h"
9 9
10 #ifdef __cplusplus 10 #ifdef __cplusplus
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 */ 180 */
181 ZWP_REMOTE_SHELL_V1_STATE_TYPE_MAXIMIZED = 3, 181 ZWP_REMOTE_SHELL_V1_STATE_TYPE_MAXIMIZED = 3,
182 /** 182 /**
183 * fullscreen window state 183 * fullscreen window state
184 */ 184 */
185 ZWP_REMOTE_SHELL_V1_STATE_TYPE_FULLSCREEN = 4, 185 ZWP_REMOTE_SHELL_V1_STATE_TYPE_FULLSCREEN = 4,
186 /** 186 /**
187 * pinned window state 187 * pinned window state
188 */ 188 */
189 ZWP_REMOTE_SHELL_V1_STATE_TYPE_PINNED = 5, 189 ZWP_REMOTE_SHELL_V1_STATE_TYPE_PINNED = 5,
190 /**
191 * trusted pinned window state
192 */
193 ZWP_REMOTE_SHELL_V1_STATE_TYPE_TRUSTED_PINNED = 6,
190 }; 194 };
191 #endif /* ZWP_REMOTE_SHELL_V1_STATE_TYPE_ENUM */ 195 #endif /* ZWP_REMOTE_SHELL_V1_STATE_TYPE_ENUM */
192 196
193 #ifndef ZWP_REMOTE_SHELL_V1_ERROR_ENUM 197 #ifndef ZWP_REMOTE_SHELL_V1_ERROR_ENUM
194 #define ZWP_REMOTE_SHELL_V1_ERROR_ENUM 198 #define ZWP_REMOTE_SHELL_V1_ERROR_ENUM
195 enum zwp_remote_shell_v1_error { 199 enum zwp_remote_shell_v1_error {
196 /** 200 /**
197 * given wl_surface has another role 201 * given wl_surface has another role
198 */ 202 */
199 ZWP_REMOTE_SHELL_V1_ERROR_ROLE = 0, 203 ZWP_REMOTE_SHELL_V1_ERROR_ROLE = 0,
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 void (*destroy)(struct wl_client *client, 760 void (*destroy)(struct wl_client *client,
757 struct wl_resource *resource); 761 struct wl_resource *resource);
758 }; 762 };
759 763
760 764
761 #ifdef __cplusplus 765 #ifdef __cplusplus
762 } 766 }
763 #endif 767 #endif
764 768
765 #endif 769 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698