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

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

Issue 2883193002: WIP
Patch Set: git cl try Created 3 years, 7 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.12.90 */ 1 /* Generated by wayland-scanner 1.12.90 */
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 static const struct wl_message zcr_remote_shell_v1_requests[] = { 57 static const struct wl_message zcr_remote_shell_v1_requests[] = {
58 { "destroy", "", types + 0 }, 58 { "destroy", "", types + 0 },
59 { "get_remote_surface", "nou", types + 12 }, 59 { "get_remote_surface", "nou", types + 12 },
60 { "get_notification_surface", "nos", types + 15 }, 60 { "get_notification_surface", "nos", types + 15 },
61 }; 61 };
62 62
63 static const struct wl_message zcr_remote_shell_v1_events[] = { 63 static const struct wl_message zcr_remote_shell_v1_events[] = {
64 { "activated", "?o?o", types + 18 }, 64 { "activated", "?o?o", types + 18 },
65 { "configuration_changed", "iiifiiiiu", types + 0 }, 65 { "configuration_changed", "iiifiiiiu", types + 0 },
66 » { "workspace", "5uuiiiiiiiiif", types + 0 }, 66 » { "workspace", "6uuiiiiiiiiif", types + 0 },
67 » { "configure", "5u", types + 0 }, 67 » { "configure", "6u", types + 0 },
68 }; 68 };
69 69
70 WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = { 70 WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = {
71 » "zcr_remote_shell_v1", 5, 71 » "zcr_remote_shell_v1", 6,
72 3, zcr_remote_shell_v1_requests, 72 3, zcr_remote_shell_v1_requests,
73 4, zcr_remote_shell_v1_events, 73 4, zcr_remote_shell_v1_events,
74 }; 74 };
75 75
76 static const struct wl_message zcr_remote_surface_v1_requests[] = { 76 static const struct wl_message zcr_remote_surface_v1_requests[] = {
77 { "destroy", "", types + 0 }, 77 { "destroy", "", types + 0 },
78 { "set_app_id", "s", types + 0 }, 78 { "set_app_id", "s", types + 0 },
79 { "set_window_geometry", "iiii", types + 0 }, 79 { "set_window_geometry", "iiii", types + 0 },
80 { "set_scale", "f", types + 0 }, 80 { "set_scale", "f", types + 0 },
81 { "set_rectangular_shadow", "iiii", types + 0 }, 81 { "set_rectangular_shadow", "iiii", types + 0 },
82 { "set_rectangular_shadow_background_opacity", "f", types + 0 }, 82 { "set_rectangular_shadow_background_opacity", "f", types + 0 },
83 { "set_title", "s", types + 0 }, 83 { "set_title", "s", types + 0 },
84 { "set_top_inset", "i", types + 0 }, 84 { "set_top_inset", "i", types + 0 },
85 { "activate", "u", types + 0 }, 85 { "activate", "u", types + 0 },
86 { "maximize", "", types + 0 }, 86 { "maximize", "", types + 0 },
87 { "minimize", "", types + 0 }, 87 { "minimize", "", types + 0 },
88 { "restore", "", types + 0 }, 88 { "restore", "", types + 0 },
89 { "fullscreen", "", types + 0 }, 89 { "fullscreen", "", types + 0 },
90 { "unfullscreen", "", types + 0 }, 90 { "unfullscreen", "", types + 0 },
91 { "pin", "i", types + 0 }, 91 { "pin", "i", types + 0 },
92 { "unpin", "", types + 0 }, 92 { "unpin", "", types + 0 },
93 { "set_system_modal", "", types + 0 }, 93 { "set_system_modal", "", types + 0 },
94 { "unset_system_modal", "", types + 0 }, 94 { "unset_system_modal", "", types + 0 },
95 { "set_rectangular_surface_shadow", "2iiii", types + 0 }, 95 { "set_rectangular_surface_shadow", "2iiii", types + 0 },
96 { "set_systemui_visibility", "3u", types + 0 }, 96 { "set_systemui_visibility", "3u", types + 0 },
97 { "set_always_on_top", "4", types + 0 }, 97 { "set_always_on_top", "4", types + 0 },
98 { "unset_always_on_top", "4", types + 0 }, 98 { "unset_always_on_top", "4", types + 0 },
99 » { "ack_configure", "5u", types + 0 }, 99 » { "set_icon_png_chunk", "5ua", types + 0 },
100 » { "move", "5", types + 0 }, 100 » { "reset_icon_png", "5", types + 0 },
101 » { "ack_configure", "6u", types + 0 },
102 » { "move", "6", types + 0 },
101 }; 103 };
102 104
103 static const struct wl_message zcr_remote_surface_v1_events[] = { 105 static const struct wl_message zcr_remote_surface_v1_events[] = {
104 { "close", "", types + 0 }, 106 { "close", "", types + 0 },
105 { "state_type_changed", "u", types + 0 }, 107 { "state_type_changed", "u", types + 0 },
106 » { "configure", "5iiau", types + 0 }, 108 » { "configure", "6iiau", types + 0 },
107 }; 109 };
108 110
109 WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = { 111 WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = {
110 » "zcr_remote_surface_v1", 5, 112 » "zcr_remote_surface_v1", 6,
111 » 24, zcr_remote_surface_v1_requests, 113 » 26, zcr_remote_surface_v1_requests,
112 3, zcr_remote_surface_v1_events, 114 3, zcr_remote_surface_v1_events,
113 }; 115 };
114 116
115 static const struct wl_message zcr_notification_surface_v1_requests[] = { 117 static const struct wl_message zcr_notification_surface_v1_requests[] = {
116 { "destroy", "", types + 0 }, 118 { "destroy", "", types + 0 },
117 }; 119 };
118 120
119 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { 121 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = {
120 "zcr_notification_surface_v1", 1, 122 "zcr_notification_surface_v1", 1,
121 1, zcr_notification_surface_v1_requests, 123 1, zcr_notification_surface_v1_requests,
122 0, NULL, 124 0, NULL,
123 }; 125 };
124 126
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698