GNOME Bugzilla – Bug 641310
MetaWindowActor: Add a 'positioned-changed' signal
Last modified: 2011-02-03 04:56:43 UTC
Similar to the recently added 'size-changed' signal, we may want to do something in response to a window being repositioned without waiting for notify::allocation. (Especially since what we can do in notify::allocation is severely limited by Clutter forbidding queueing an allocation at that point.)
Created attachment 179956 [details] [review] MetaWindowActor: Add a 'positioned-changed' signal
Review of attachment 179956 [details] [review]: Minor nitpick in the commit message: the signal is called 'position-changed'. Otherwise looks good.