OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |