mirror of
https://github.com/brl/mutter.git
synced 2024-12-27 13:22:15 +00:00
Removed debug printfs.
This commit is contained in:
parent
bbdd7d9b15
commit
cca5e69c64
@ -337,8 +337,6 @@ minimize (MetaCompWindow *mcw)
|
|||||||
{
|
{
|
||||||
ActorPrivate *apriv = get_actor_private (mcw);
|
ActorPrivate *apriv = get_actor_private (mcw);
|
||||||
|
|
||||||
printf ("running minimize effect\n");
|
|
||||||
|
|
||||||
apriv->is_minimized = TRUE;
|
apriv->is_minimized = TRUE;
|
||||||
|
|
||||||
clutter_actor_move_anchor_point_from_gravity (actor,
|
clutter_actor_move_anchor_point_from_gravity (actor,
|
||||||
@ -469,9 +467,6 @@ unmaximize (MetaCompWindow *mcw,
|
|||||||
ActorPrivate *apriv = get_actor_private (mcw);
|
ActorPrivate *apriv = get_actor_private (mcw);
|
||||||
|
|
||||||
apriv->is_maximized = FALSE;
|
apriv->is_maximized = FALSE;
|
||||||
|
|
||||||
printf ("Doing unmaximize to target %d,%d;%dx%d\n",
|
|
||||||
end_x, end_y, end_width, end_height);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Do this conditionally, if the effect requires completion callback. */
|
/* Do this conditionally, if the effect requires completion callback. */
|
||||||
|
Loading…
Reference in New Issue
Block a user