Re: [PATCH xserver] randr: rrCheckPixmapBounding should only increase screen size

2018-08-15 Thread Alex Goins
Thanks, Keith and Michel! Yes, I'll test and review the change, and help where necessary. Thanks for pointing it out. -Alex On Wed, 15 Aug 2018, Michel Dänzer wrote: > On 2018-08-14 10:05 PM, Alex Goins wrote: > > The purpose of rrCheckPixmapBounding() is to make sure that the fb is large > >

Re: [PATCH xserver] xwayland: use wayland axis_discrete event

2018-08-15 Thread Scott Anderson
On 6/08/18 6:09 PM, Scott Anderson wrote: This prevents multiple scroll events happening for wayland compositors which send axis values other than 10. For example, libinput will typically return 15 for each scroll wheel step, and if a wayland compositor sends those to xwayland without

Re: [PATCH xserver] randr: rrCheckPixmapBounding should only increase screen size

2018-08-15 Thread Michel Dänzer
On 2018-08-14 10:05 PM, Alex Goins wrote: > The purpose of rrCheckPixmapBounding() is to make sure that the fb is large > enough to accommodate the region scanned out by a GPU screen. Currently, > however, > it will actually shrink the fb if it's larger than it needs to be. > > This is a problem