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

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

Issue 2751653009: exo: Clean up display configuration protocol (Closed)
Patch Set: Created 3 years, 9 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml
diff --git a/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml b/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml
index b515dc0890b468b91d0a2a1540779f904c83b361..12d061f3300265e327ee1d4bb71bd94a82a0146c 100644
--- a/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml
+++ b/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml
@@ -157,6 +157,8 @@
<arg name="inset_top" type="int"/>
<arg name="inset_right" type="int"/>
<arg name="inset_bottom" type="int"/>
+ <arg name="transform" type="int"/>
+ <arg name="scale_factor" type="fixed"/>
</event>
<event name="configure" version="3">
@@ -164,10 +166,6 @@
Suggests a new configuration of the remote shell. Preceded by a series
of "workspace" events.
</description>
- <arg name="primary_id_hi" type="uint"/>
- <arg name="primary_id_lo" type="uint"/>
- <arg name="transform" type="int"/>
- <arg name="scale_factor" type="fixed"/>
<arg name="layout_mode" type="uint"/>
</event>
</interface>
« 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