mirror of
https://github.com/brl/mutter.git
synced 2025-06-19 03:29:31 +00:00
cookbook: Fix examples
This commit is contained in:
@ -147,8 +147,6 @@ on_allocation_changed (ClutterActor *actor,
|
|||||||
ClutterAllocationFlags flags,
|
ClutterAllocationFlags flags,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
ClutterActor *actor = CLUTTER_ACTOR (gobject);
|
|
||||||
|
|
||||||
g_print ("The bounding box is now: (%.2f, %.2f) (%.2f x %.2f)\n",
|
g_print ("The bounding box is now: (%.2f, %.2f) (%.2f x %.2f)\n",
|
||||||
clutter_actor_box_get_x (allocation),
|
clutter_actor_box_get_x (allocation),
|
||||||
clutter_actor_box_get_y (allocation),
|
clutter_actor_box_get_y (allocation),
|
||||||
|
Reference in New Issue
Block a user