After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 641310 - MetaWindowActor: Add a 'positioned-changed' signal
MetaWindowActor: Add a 'positioned-changed' signal
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Florian Müllner
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-03 00:22 UTC by Owen Taylor
Modified: 2011-02-03 04:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
MetaWindowActor: Add a 'positioned-changed' signal (1.86 KB, patch)
2011-02-03 00:22 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2011-02-03 00:22:00 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.)
Comment 1 Owen Taylor 2011-02-03 00:22:02 UTC
Created attachment 179956 [details] [review]
MetaWindowActor: Add a 'positioned-changed' signal
Comment 2 Florian Müllner 2011-02-03 00:45:59 UTC
Review of attachment 179956 [details] [review]:

Minor nitpick in the commit message: the signal is called 'position-changed'. Otherwise looks good.