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