On Wed, May 29, 2013 at 09:25:33AM +0200, Alexander Larsson wrote:
> On tis, 2013-05-28 at 17:25 -0400, Kristian Høgsberg wrote:
> > On Tue, May 28, 2013 at 04:23:33PM +0200, al...@redhat.com wrote:
> > > From: Alexander Larsson
> > >
> > > It was erronously using output->current->height in one
>
On tis, 2013-05-28 at 17:25 -0400, Kristian Høgsberg wrote:
> On Tue, May 28, 2013 at 04:23:33PM +0200, al...@redhat.com wrote:
> > From: Alexander Larsson
> >
> > It was erronously using output->current->height in one
> > place where it should use output->height. This may cause
> > it to create
On Tue, May 28, 2013 at 04:23:33PM +0200, al...@redhat.com wrote:
> From: Alexander Larsson
>
> It was erronously using output->current->height in one
> place where it should use output->height. This may cause
> it to create an invalid clipped coordinate in case of output
> scaling or transform,
From: Alexander Larsson
It was erronously using output->current->height in one
place where it should use output->height. This may cause
it to create an invalid clipped coordinate in case of output
scaling or transform, because the next round "prev" would
end up NULL.
---
src/input.c | 2 +-
1 fi