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

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

Issue 2751653009: exo: Clean up display configuration protocol (Closed)
Patch Set: Created 3 years, 9 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 struct zcr_remote_shell_v1 *zcr_remote_shell_v1, 270 struct zcr_remote_shell_v1 *zcr_remote_shell_v1,
271 uint32_t id_hi, 271 uint32_t id_hi,
272 uint32_t id_lo, 272 uint32_t id_lo,
273 int32_t x, 273 int32_t x,
274 int32_t y, 274 int32_t y,
275 int32_t width, 275 int32_t width,
276 int32_t height, 276 int32_t height,
277 int32_t inset_left, 277 int32_t inset_left,
278 int32_t inset_top, 278 int32_t inset_top,
279 int32_t inset_right, 279 int32_t inset_right,
280 » » » int32_t inset_bottom); 280 » » » int32_t inset_bottom,
281 » » » int32_t transform,
282 » » » wl_fixed_t scale_factor);
281 /** 283 /**
282 * suggests configuration of remote shell 284 * suggests configuration of remote shell
283 * 285 *
284 * Suggests a new configuration of the remote shell. Preceded by 286 * Suggests a new configuration of the remote shell. Preceded by
285 * a series of "workspace" events. 287 * a series of "workspace" events.
286 */ 288 */
287 void (*configure)(void *data, 289 void (*configure)(void *data,
288 struct zcr_remote_shell_v1 *zcr_remote_shell_v1, 290 struct zcr_remote_shell_v1 *zcr_remote_shell_v1,
289 uint32_t primary_id_hi,
290 uint32_t primary_id_lo,
291 int32_t transform,
292 wl_fixed_t scale_factor,
293 uint32_t layout_mode); 291 uint32_t layout_mode);
294 }; 292 };
295 293
296 /** 294 /**
297 * @ingroup iface_zcr_remote_shell_v1 295 * @ingroup iface_zcr_remote_shell_v1
298 */ 296 */
299 static inline int 297 static inline int
300 zcr_remote_shell_v1_add_listener(struct zcr_remote_shell_v1 *zcr_remote_shell_v1 , 298 zcr_remote_shell_v1_add_listener(struct zcr_remote_shell_v1 *zcr_remote_shell_v1 ,
301 const struct zcr_remote_shell_v1_listener *list ener, void *data) 299 const struct zcr_remote_shell_v1_listener *list ener, void *data)
302 { 300 {
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 ZCR_NOTIFICATION_SURFACE_V1_DESTROY); 1030 ZCR_NOTIFICATION_SURFACE_V1_DESTROY);
1033 1031
1034 wl_proxy_destroy((struct wl_proxy *) zcr_notification_surface_v1); 1032 wl_proxy_destroy((struct wl_proxy *) zcr_notification_surface_v1);
1035 } 1033 }
1036 1034
1037 #ifdef __cplusplus 1035 #ifdef __cplusplus
1038 } 1036 }
1039 #endif 1037 #endif
1040 1038
1041 #endif 1039 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698