| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 <arg name="id_hi" type="uint"/> | 150 <arg name="id_hi" type="uint"/> |
| 151 <arg name="id_lo" type="uint"/> | 151 <arg name="id_lo" type="uint"/> |
| 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"/> |
| 161 <arg name="scale_factor" type="fixed"/> |
| 160 </event> | 162 </event> |
| 161 | 163 |
| 162 <event name="configure" version="3"> | 164 <event name="configure" version="3"> |
| 163 <description summary="suggests configuration of remote shell"> | 165 <description summary="suggests configuration of remote shell"> |
| 164 Suggests a new configuration of the remote shell. Preceded by a series | 166 Suggests a new configuration of the remote shell. Preceded by a series |
| 165 of "workspace" events. | 167 of "workspace" events. |
| 166 </description> | 168 </description> |
| 167 <arg name="primary_id_hi" type="uint"/> | |
| 168 <arg name="primary_id_lo" type="uint"/> | |
| 169 <arg name="transform" type="int"/> | |
| 170 <arg name="scale_factor" type="fixed"/> | |
| 171 <arg name="layout_mode" type="uint"/> | 169 <arg name="layout_mode" type="uint"/> |
| 172 </event> | 170 </event> |
| 173 </interface> | 171 </interface> |
| 174 | 172 |
| 175 <interface name="zcr_remote_surface_v1" version="3"> | 173 <interface name="zcr_remote_surface_v1" version="3"> |
| 176 <description summary="A desktop window"> | 174 <description summary="A desktop window"> |
| 177 An interface that may be implemented by a wl_surface, for | 175 An interface that may be implemented by a wl_surface, for |
| 178 implementations that provide a desktop-style user interface | 176 implementations that provide a desktop-style user interface |
| 179 and allows for remotely managed windows. | 177 and allows for remotely managed windows. |
| 180 | 178 |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 </description> | 503 </description> |
| 506 | 504 |
| 507 <request name="destroy" type="destructor"> | 505 <request name="destroy" type="destructor"> |
| 508 <description summary="Destroy the notification_surface"> | 506 <description summary="Destroy the notification_surface"> |
| 509 Unmap and destroy the notification surface. | 507 Unmap and destroy the notification surface. |
| 510 </description> | 508 </description> |
| 511 </request> | 509 </request> |
| 512 </interface> | 510 </interface> |
| 513 | 511 |
| 514 </protocol> | 512 </protocol> |
| OLD | NEW |