On 2005-03-16 21:33 +0100, Edwin Steiner wrote: > I called it simply 'gravity'. I attach a preliminary patch. A 'gravity' > winprop, if present, overrides the CLIENTWIN_TRANSIENTS_AT_TOP flag of > the manager. Is this correct or should it be the other way round?
Remove the transients_at_top winprop and replace with transients_gravity. Use this value if the transient doesn't have its own gravity set. I think it is better to store the gravity settings as X gravity values instead of x/yalign in WClientWin, with StaticGravity standing for centering, and ForgetGravity for nothing being set (and thus defaulting to manager setting or SouthGravity for those transients managed by a client windows and StaticGravity for those not). -- Tuomo
