On Mon, Feb 08, 2016 at 09:42:23AM +1000, Peter Hutterer wrote:
> On Wed, Feb 03, 2016 at 02:03:00PM +0100, Marek Chalupa wrote:
> > clients that implement pointer interface of version 5
> > wait for the frame event, so without it the scrolling
> > does not work (GTK+ clients do not scroll now for
On Wed, Feb 03, 2016 at 02:03:00PM +0100, Marek Chalupa wrote:
> clients that implement pointer interface of version 5
> wait for the frame event, so without it the scrolling
> does not work (GTK+ clients do not scroll now for example).
> Xcb axis events are discrete, so it's fine to send
> frame a
clients that implement pointer interface of version 5
wait for the frame event, so without it the scrolling
does not work (GTK+ clients do not scroll now for example).
Xcb axis events are discrete, so it's fine to send
frame after every single axis event
Signed-off-by: Marek Chalupa
---
src/comp