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

Side by Side Diff: third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml

Issue 2779823002: exo: Send DSF of internal display to ARC (Closed)
Patch Set: Document is_internal Created 3 years, 6 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
« no previous file with comments | « third_party/wayland-protocols/protocol/remote-shell-protocol.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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" summary="1 if screen is built-in"/>
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
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>
OLDNEW
« no previous file with comments | « third_party/wayland-protocols/protocol/remote-shell-protocol.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698