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

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

Issue 2777373002: Add set_autohide_systemui to wayland protocol (Closed)
Patch Set: Add set_systemui_visibility to wayland Created 3 years, 8 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 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", "3uuiiiiiiiiif", types + 0 }, 66 » { "workspace", "4uuiiiiiiiiif", types + 0 },
67 » { "configure", "3u", types + 0 }, 67 » { "configure", "4u", 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", 3, 71 » "zcr_remote_shell_v1", 4,
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 » { "ack_configure", "3u", types + 0 }, 96 » { "set_systemui_visibility", "3u", types + 0 },
97 » { "move", "3", types + 0 }, 97 » { "ack_configure", "4u", types + 0 },
98 » { "move", "4", types + 0 },
98 }; 99 };
99 100
100 static const struct wl_message zcr_remote_surface_v1_events[] = { 101 static const struct wl_message zcr_remote_surface_v1_events[] = {
101 { "close", "", types + 0 }, 102 { "close", "", types + 0 },
102 { "state_type_changed", "u", types + 0 }, 103 { "state_type_changed", "u", types + 0 },
103 » { "configure", "3iiau", types + 0 }, 104 » { "configure", "4iiau", types + 0 },
104 }; 105 };
105 106
106 WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = { 107 WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = {
107 » "zcr_remote_surface_v1", 3, 108 » "zcr_remote_surface_v1", 4,
108 » 21, zcr_remote_surface_v1_requests, 109 » 22, zcr_remote_surface_v1_requests,
109 3, zcr_remote_surface_v1_events, 110 3, zcr_remote_surface_v1_events,
110 }; 111 };
111 112
112 static const struct wl_message zcr_notification_surface_v1_requests[] = { 113 static const struct wl_message zcr_notification_surface_v1_requests[] = {
113 { "destroy", "", types + 0 }, 114 { "destroy", "", types + 0 },
114 }; 115 };
115 116
116 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { 117 WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = {
117 "zcr_notification_surface_v1", 1, 118 "zcr_notification_surface_v1", 1,
118 1, zcr_notification_surface_v1_requests, 119 1, zcr_notification_surface_v1_requests,
119 0, NULL, 120 0, NULL,
120 }; 121 };
121 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698