diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-12-07 22:35:24 +0900 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-12-13 03:59:28 +0000 |
commit | 624f4e542a981c0b71ee4be9e636df8f34f70d4b (patch) | |
tree | af2fd43f682d871a55c3a75e77fc6b7e1ccc5b8e | |
parent | 27e13131ab377c4bed24f0dbd9b7e61a58a3bba8 (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
(cherry picked from commit b8d8c98bfded3ea6a17da5bb83cedb95adfb1112)
-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, |