stage: Use the correct types for debug note

This commit is contained in:
Emmanuele Bassi 2014-03-11 22:50:04 +00:00
parent 3b22c28da4
commit aa5a4e9e3c

View File

@ -446,11 +446,10 @@ clutter_stage_allocate (ClutterActor *self,
override.y2 = window_size.height; override.y2 = window_size.height;
CLUTTER_NOTE (LAYOUT, CLUTTER_NOTE (LAYOUT,
"Overriding original allocation of %dx%d " "Overriding original allocation of %.2fx%.2f "
"with %.2fx%.2f (absolute origin %s)", "with %.2fx%.2f (absolute origin %s)",
width, height, width, height,
(int) (override.x2), override.x2, override.y2,
(int) (override.y2),
(flags & CLUTTER_ABSOLUTE_ORIGIN_CHANGED) (flags & CLUTTER_ABSOLUTE_ORIGIN_CHANGED)
? "changed" ? "changed"
: "not changed"); : "not changed");