Re: [PATCH 06/16] xdg-shell: Implement set_transient_for request.

2013-12-03 Thread Rafael Antognolli
On Fri, Nov 29, 2013 at 9:39 PM, Kristian Høgsberg wrote: > On Wed, Nov 27, 2013 at 03:50:22PM -0200, Rafael Antognolli wrote: >> The implementation just sets a parent/child relationship between the >> xdg_surface and its parent, passed as argument of this request. Stacking >> might be affected (t

Re: [PATCH 06/16] xdg-shell: Implement set_transient_for request.

2013-11-29 Thread Kristian Høgsberg
On Wed, Nov 27, 2013 at 03:50:22PM -0200, Rafael Antognolli wrote: > The implementation just sets a parent/child relationship between the > xdg_surface and its parent, passed as argument of this request. Stacking > might be affected (that's up to the compositor). > > This implementation does not a

[PATCH 06/16] xdg-shell: Implement set_transient_for request.

2013-11-27 Thread Rafael Antognolli
The implementation just sets a parent/child relationship between the xdg_surface and its parent, passed as argument of this request. Stacking might be affected (that's up to the compositor). This implementation does not affect the code that handles the previous transient surface type. It should st