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

Side by Side Diff: third_party/wayland-protocols/protocol/remote-shell-protocol.c

Issue 2109303003: third_party: Update to version 8 of remote_shell_protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 /* 3 /*
4 * Copyright 2016 The Chromium Authors. 4 * Copyright 2016 The Chromium Authors.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, including without limitation 8 * to deal in the Software without restriction, including without limitation
9 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 * and/or sell copies of the Software, and to permit persons to whom the 10 * and/or sell copies of the Software, and to permit persons to whom the
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 static const struct wl_message zwp_remote_shell_v1_requests[] = { 51 static const struct wl_message zwp_remote_shell_v1_requests[] = {
52 { "destroy", "", types + 0 }, 52 { "destroy", "", types + 0 },
53 { "get_remote_surface", "nou", types + 6 }, 53 { "get_remote_surface", "nou", types + 6 },
54 { "get_notification_surface", "6nos", types + 9 }, 54 { "get_notification_surface", "6nos", types + 9 },
55 }; 55 };
56 56
57 static const struct wl_message zwp_remote_shell_v1_events[] = { 57 static const struct wl_message zwp_remote_shell_v1_events[] = {
58 { "configure", "iiiiii", types + 0 }, 58 { "configure", "iiiiii", types + 0 },
59 { "activated", "?o?o", types + 12 }, 59 { "activated", "?o?o", types + 12 },
60 { "layout_mode_changed", "8u", types + 0 },
60 }; 61 };
61 62
62 WL_EXPORT const struct wl_interface zwp_remote_shell_v1_interface = { 63 WL_EXPORT const struct wl_interface zwp_remote_shell_v1_interface = {
63 » "zwp_remote_shell_v1", 7, 64 » "zwp_remote_shell_v1", 8,
64 3, zwp_remote_shell_v1_requests, 65 3, zwp_remote_shell_v1_requests,
65 » 2, zwp_remote_shell_v1_events, 66 » 3, zwp_remote_shell_v1_events,
66 }; 67 };
67 68
68 static const struct wl_message zwp_remote_surface_v1_requests[] = { 69 static const struct wl_message zwp_remote_surface_v1_requests[] = {
69 { "destroy", "", types + 0 }, 70 { "destroy", "", types + 0 },
70 { "set_app_id", "s", types + 0 }, 71 { "set_app_id", "s", types + 0 },
71 { "set_window_geometry", "iiii", types + 0 }, 72 { "set_window_geometry", "iiii", types + 0 },
72 { "set_scale", "f", types + 0 }, 73 { "set_scale", "f", types + 0 },
73 { "fullscreen", "2", types + 0 }, 74 { "fullscreen", "2", types + 0 },
74 { "maximize", "2", types + 0 }, 75 { "maximize", "2", types + 0 },
75 { "minimize", "2", types + 0 }, 76 { "minimize", "2", types + 0 },
76 { "restore", "2", types + 0 }, 77 { "restore", "2", types + 0 },
77 { "pin", "3", types + 0 }, 78 { "pin", "3", types + 0 },
78 { "unpin", "3", types + 0 }, 79 { "unpin", "3", types + 0 },
79 { "unfullscreen", "3", types + 0 }, 80 { "unfullscreen", "3", types + 0 },
80 { "set_rectangular_shadow", "4iiii", types + 0 }, 81 { "set_rectangular_shadow", "4iiii", types + 0 },
81 { "set_title", "5s", types + 0 }, 82 { "set_title", "5s", types + 0 },
82 { "set_top_inset", "5i", types + 0 }, 83 { "set_top_inset", "5i", types + 0 },
84 { "set_system_modal", "8", types + 0 },
85 { "unset_system_modal", "8", types + 0 },
83 }; 86 };
84 87
85 static const struct wl_message zwp_remote_surface_v1_events[] = { 88 static const struct wl_message zwp_remote_surface_v1_events[] = {
86 { "set_fullscreen", "", types + 0 }, 89 { "set_fullscreen", "", types + 0 },
87 { "unset_fullscreen", "", types + 0 }, 90 { "unset_fullscreen", "", types + 0 },
88 { "close", "", types + 0 }, 91 { "close", "", types + 0 },
89 { "set_maximized", "2", types + 0 }, 92 { "set_maximized", "2", types + 0 },
90 { "unset_maximized", "2", types + 0 }, 93 { "unset_maximized", "2", types + 0 },
91 { "set_minimized", "2", types + 0 }, 94 { "set_minimized", "2", types + 0 },
92 { "unset_minimized", "2", types + 0 }, 95 { "unset_minimized", "2", types + 0 },
93 { "set_pinned", "3", types + 0 }, 96 { "set_pinned", "3", types + 0 },
94 { "unset_pinned", "3", types + 0 }, 97 { "unset_pinned", "3", types + 0 },
95 { "state_type_changed", "7u", types + 0 }, 98 { "state_type_changed", "7u", types + 0 },
96 }; 99 };
97 100
98 WL_EXPORT const struct wl_interface zwp_remote_surface_v1_interface = { 101 WL_EXPORT const struct wl_interface zwp_remote_surface_v1_interface = {
99 » "zwp_remote_surface_v1", 7, 102 » "zwp_remote_surface_v1", 8,
100 » 14, zwp_remote_surface_v1_requests, 103 » 16, zwp_remote_surface_v1_requests,
101 10, zwp_remote_surface_v1_events, 104 10, zwp_remote_surface_v1_events,
102 }; 105 };
103 106
104 static const struct wl_message zwp_notification_surface_v1_requests[] = { 107 static const struct wl_message zwp_notification_surface_v1_requests[] = {
105 { "destroy", "", types + 0 }, 108 { "destroy", "", types + 0 },
106 }; 109 };
107 110
108 WL_EXPORT const struct wl_interface zwp_notification_surface_v1_interface = { 111 WL_EXPORT const struct wl_interface zwp_notification_surface_v1_interface = {
109 "zwp_notification_surface_v1", 6, 112 "zwp_notification_surface_v1", 6,
110 1, zwp_notification_surface_v1_requests, 113 1, zwp_notification_surface_v1_requests,
111 0, NULL, 114 0, NULL,
112 }; 115 };
113 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698