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
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
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
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
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