From 44533f0ed66c8f992c219b2a12ed564ef46695e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeri=20Li=20=28=E6=9D=8E=E6=9D=B0=29?= Date: Thu, 17 Jul 2025 16:57:05 +0800 Subject: [PATCH] ivi-shell: print surface id with decimalism when use weston-debug to print view info, make sense if use decimalism align with the configurable ivi surface id Signed-off-by: Jeri Li --- ivi-shell/ivi-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivi-shell/ivi-shell.c b/ivi-shell/ivi-shell.c index 72b8d37b5..1c7e3f518 100644 --- a/ivi-shell/ivi-shell.c +++ b/ivi-shell/ivi-shell.c @@ -215,7 +215,7 @@ ivi_shell_surface_get_label(struct weston_surface *surface, { struct ivi_shell_surface *shell_surf = get_ivi_shell_surface(surface); - return snprintf(buf, len, "ivi-surface %#x", shell_surf->id_surface); + return snprintf(buf, len, "ivi-surface %u", shell_surf->id_surface); } static void