Re: [PATCH weston 2/2] compositor: surface and view output comment fixes

2016-05-17 Thread Pekka Paalanen
On Mon, 16 May 2016 23:02:42 +0800 Jonas Ådahl wrote: > On Mon, May 16, 2016 at 04:45:05PM +0200, Armin Krezović wrote: > > On 10.05.2016 16:10, Pekka Paalanen wrote: > > > From: Pekka Paalanen > > > > > > weston_surface::output and weston_view::output as used for different > > > purposes. On

Re: [PATCH weston 2/2] compositor: surface and view output comment fixes

2016-05-16 Thread Armin Krezović
On 16.05.2016 17:02, Jonas Ådahl wrote: > On Mon, May 16, 2016 at 04:45:05PM +0200, Armin Krezović wrote: >> On 10.05.2016 16:10, Pekka Paalanen wrote: >>> From: Pekka Paalanen >>> >>> weston_surface::output and weston_view::output as used for different >>> purposes. Only the surface output is use

Re: [PATCH weston 2/2] compositor: surface and view output comment fixes

2016-05-16 Thread Jonas Ådahl
On Mon, May 16, 2016 at 04:45:05PM +0200, Armin Krezović wrote: > On 10.05.2016 16:10, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > weston_surface::output and weston_view::output as used for different > > purposes. Only the surface output is used for frame callbacks. > > > > The uses o

Re: [PATCH weston 2/2] compositor: surface and view output comment fixes

2016-05-16 Thread Armin Krezović
On 10.05.2016 16:10, Pekka Paalanen wrote: > From: Pekka Paalanen > > weston_surface::output and weston_view::output as used for different > purposes. Only the surface output is used for frame callbacks. > > The uses of the view output are much more vague and hard to describe. > > Also fix a co

[PATCH weston 2/2] compositor: surface and view output comment fixes

2016-05-10 Thread Pekka Paalanen
From: Pekka Paalanen weston_surface::output and weston_view::output as used for different purposes. Only the surface output is used for frame callbacks. The uses of the view output are much more vague and hard to describe. Also fix a comment mistake in weston_surface_assign_output(). Signed-of