Re: [PATCH weston 2/7] xwayland: add set_toplevel_with_position to internal API

2016-11-30 Thread Pekka Paalanen
On Tue, 29 Nov 2016 20:23:29 +0100 Quentin Glidic wrote: > On 29/11/2016 16:11, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Add a new entry to the internal interface between the xwayland plugin > > and libweston-desktop (or any other desktop protocol implementation). > > The new entry

Re: [PATCH weston 2/7] xwayland: add set_toplevel_with_position to internal API

2016-11-29 Thread Quentin Glidic
On 29/11/2016 16:11, Pekka Paalanen wrote: From: Pekka Paalanen Add a new entry to the internal interface between the xwayland plugin and libweston-desktop (or any other desktop protocol implementation). The new entry is identical to set_toplevel except it carries an absolute position for the t

[PATCH weston 2/7] xwayland: add set_toplevel_with_position to internal API

2016-11-29 Thread Pekka Paalanen
From: Pekka Paalanen Add a new entry to the internal interface between the xwayland plugin and libweston-desktop (or any other desktop protocol implementation). The new entry is identical to set_toplevel except it carries an absolute position for the toplevel window. Following patches will imple