OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <protocol name="remote_shell_unstable_v1"> | 2 <protocol name="remote_shell_unstable_v1"> |
3 | 3 |
4 <copyright> | 4 <copyright> |
5 Copyright 2016 The Chromium Authors. | 5 Copyright 2016 The Chromium Authors. |
6 | 6 |
7 Permission is hereby granted, free of charge, to any person obtaining a | 7 Permission is hereby granted, free of charge, to any person obtaining a |
8 copy of this software and associated documentation files (the "Software"), | 8 copy of this software and associated documentation files (the "Software"), |
9 to deal in the Software without restriction, including without limitation | 9 to deal in the Software without restriction, including without limitation |
10 the rights to use, copy, modify, merge, publish, distribute, sublicense, | 10 the rights to use, copy, modify, merge, publish, distribute, sublicense, |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
152 <arg name="x" type="int"/> | 152 <arg name="x" type="int"/> |
153 <arg name="y" type="int"/> | 153 <arg name="y" type="int"/> |
154 <arg name="width" type="int"/> | 154 <arg name="width" type="int"/> |
155 <arg name="height" type="int"/> | 155 <arg name="height" type="int"/> |
156 <arg name="inset_left" type="int"/> | 156 <arg name="inset_left" type="int"/> |
157 <arg name="inset_top" type="int"/> | 157 <arg name="inset_top" type="int"/> |
158 <arg name="inset_right" type="int"/> | 158 <arg name="inset_right" type="int"/> |
159 <arg name="inset_bottom" type="int"/> | 159 <arg name="inset_bottom" type="int"/> |
160 <arg name="transform" type="int"/> | 160 <arg name="transform" type="int"/> |
161 <arg name="scale_factor" type="fixed"/> | 161 <arg name="scale_factor" type="fixed"/> |
162 <arg name="is_internal" type="uint"/> | |
reveman
2017/05/10 20:24:45
why don't we need a version bump for this?
Dominik Laskowski
2017/05/10 21:16:04
Because no client depends on that version yet.
| |
162 </event> | 163 </event> |
163 | 164 |
164 <event name="configure" since="5"> | 165 <event name="configure" since="5"> |
165 <description summary="suggests configuration of remote shell"> | 166 <description summary="suggests configuration of remote shell"> |
166 Suggests a new configuration of the remote shell. Preceded by a series | 167 Suggests a new configuration of the remote shell. Preceded by a series |
167 of "workspace" events. | 168 of "workspace" events. |
168 </description> | 169 </description> |
169 <arg name="layout_mode" type="uint"/> | 170 <arg name="layout_mode" type="uint"/> |
170 </event> | 171 </event> |
171 </interface> | 172 </interface> |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
541 </description> | 542 </description> |
542 | 543 |
543 <request name="destroy" type="destructor"> | 544 <request name="destroy" type="destructor"> |
544 <description summary="Destroy the notification_surface"> | 545 <description summary="Destroy the notification_surface"> |
545 Unmap and destroy the notification surface. | 546 Unmap and destroy the notification surface. |
546 </description> | 547 </description> |
547 </request> | 548 </request> |
548 </interface> | 549 </interface> |
549 | 550 |
550 </protocol> | 551 </protocol> |
OLD | NEW |