mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 07:08:07 +02:00
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:
parent
0f969fd6b0
commit
44533f0ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue