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 <jeri.li>
This commit is contained in:
Jeri Li (李杰) 2025-07-17 16:57:05 +08:00 committed by Michael Olbrich
parent 0f969fd6b0
commit 44533f0ed6

View file

@ -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