diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-12-07 22:35:24 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-12-08 05:25:27 +0000 |
commit | b8d8c98bfded3ea6a17da5bb83cedb95adfb1112 (patch) | |
tree | 1283c4a122f8a9f9bb2dc02228f9efaf3dd3e3c4 | |
parent | 890334d6b1b6592ad03ba2e871245321e8e62639 (diff) |
Update output display ID
Update OUTPUT_ID to work with Weston 10.0.
Bug-AGL: SPEC-4645
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I2f57171bd250ed0968b44a14d9758041881d8ec2
-rw-r--r-- | app/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp index 827a561..68f1dfe 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -21,7 +21,7 @@ #include "wayland-agl-shell-desktop-client-protocol.h" -#define OUTPUT_ID "remoting" +#define OUTPUT_ID "remoting-remote-1" static void global_add(void *data, struct wl_registry *reg, uint32_t name, |