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

Unified Diff: third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h

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
Index: third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h
diff --git a/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h b/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h
index f5675a5e2602d6a95e7c93f492c402010b2c9c7f..c0662f65f3993728f998f64a0093310c33562f44 100644
--- a/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h
+++ b/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h
@@ -277,7 +277,9 @@ struct zcr_remote_shell_v1_listener {
int32_t inset_left,
int32_t inset_top,
int32_t inset_right,
- int32_t inset_bottom);
+ int32_t inset_bottom,
+ int32_t transform,
+ wl_fixed_t scale_factor);
/**
* suggests configuration of remote shell
*
@@ -286,10 +288,6 @@ struct zcr_remote_shell_v1_listener {
*/
void (*configure)(void *data,
struct zcr_remote_shell_v1 *zcr_remote_shell_v1,
- uint32_t primary_id_hi,
- uint32_t primary_id_lo,
- int32_t transform,
- wl_fixed_t scale_factor,
uint32_t layout_mode);
};

Powered by Google App Engine
This is Rietveld 408576698