1
0
Fork 0

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;
CLUTTER_NOTE (LAYOUT,
"Overriding original allocation of %dx%d "
"Overriding original allocation of %.2fx%.2f "
"with %.2fx%.2f (absolute origin %s)",
width, height,
(int) (override.x2),
(int) (override.y2),
override.x2, override.y2,
(flags & CLUTTER_ABSOLUTE_ORIGIN_CHANGED)
? "changed"
: "not changed");