Re: [PATCH weston 2/4] weston: Move output position setting to compositor

2016-10-10 Thread Pekka Paalanen
On Sun, 9 Oct 2016 19:04:19 +0200 Armin Krezović wrote: > On 07.10.2016 11:58, Pekka Paalanen wrote: > > On Fri, 30 Sep 2016 23:25:28 +0200 > > Armin Krezović wrote: > > > >> This moves current output positioning code and scale/transform >

Re: [PATCH weston 2/4] weston: Move output position setting to compositor

2016-10-09 Thread Armin Krezović
On 07.10.2016 11:58, Pekka Paalanen wrote: > On Fri, 30 Sep 2016 23:25:28 +0200 > Armin Krezović wrote: > >> This moves current output positioning code and scale/transform >> application to the compositor itself, so the compositor >> can configure output layouts any way

Re: [PATCH weston 2/4] weston: Move output position setting to compositor

2016-10-07 Thread Pekka Paalanen
On Fri, 30 Sep 2016 23:25:28 +0200 Armin Krezović wrote: > This moves current output positioning code and scale/transform > application to the compositor itself, so the compositor > can configure output layouts any way it wants. > > A helper function for setting x and

[PATCH weston 2/4] weston: Move output position setting to compositor

2016-09-30 Thread Armin Krezović
This moves current output positioning code and scale/transform application to the compositor itself, so the compositor can configure output layouts any way it wants. A helper function for setting x and y coordinates is also added, and couple of assertions to weston_output_enable() as well, to