Re: [PATCH wayland-protocols v2 7/7] xdg-shell: Introduce xdg_positioner

2016-05-17 Thread Jonas Ådahl
On Tue, May 17, 2016 at 03:41:37PM -0500, Yong Bakos wrote: > On May 11, 2016, at 12:50 AM, Jonas Ådahl wrote: > > > > xdg_positioner is a method for declarative positioning of child surfaces > > (currently only xdg_popup surfaces). A client creates a description of a > > positioning logic using

Re: [PATCH wayland-protocols v2 7/7] xdg-shell: Introduce xdg_positioner

2016-05-17 Thread Yong Bakos
On May 11, 2016, at 12:50 AM, Jonas Ådahl wrote: > > xdg_positioner is a method for declarative positioning of child surfaces > (currently only xdg_popup surfaces). A client creates a description of a > positioning logic using the xdg_positioner interface. The xdg_positioner > object is then used

[PATCH wayland-protocols v2 7/7] xdg-shell: Introduce xdg_positioner

2016-05-10 Thread Jonas Ådahl
xdg_positioner is a method for declarative positioning of child surfaces (currently only xdg_popup surfaces). A client creates a description of a positioning logic using the xdg_positioner interface. The xdg_positioner object is then used when creating a xdg_popup for describing how the child surfa