From 624f4e542a981c0b71ee4be9e636df8f34f70d4b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 7 Dec 2022 22:35:24 +0900 Subject: Update output display ID Update OUTPUT_ID to work with Weston 10.0. Bug-AGL: SPEC-4645 Signed-off-by: Scott Murray Change-Id: I2f57171bd250ed0968b44a14d9758041881d8ec2 (cherry picked from commit b8d8c98bfded3ea6a17da5bb83cedb95adfb1112) --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit 1.2.3-korg