Skip to content
  • Jonas Ådahl's avatar
    constraints: Pass constrained relative coordinates to window impl · ff381d1d
    Jonas Ådahl authored and Carlos Garnacho's avatar Carlos Garnacho committed
    A placement rule placed window positions itself relative to its parent,
    thus converting between relative coordinates to absolute coordinates,
    then back to relative coordinates implies unwanted restrictions for
    example when the absolute coordinate should not be calculated againts
    the current parent window position.
    
    Deal with this by keeping track of the relative position all the way
    from the constraining engine to the move-resize window implementation.
    
    GNOME/mutter!705
    ff381d1d