Re: [PATCH xwayland 2/3] xwayland: give axis basic support

2012-05-07 Thread Daniel Stone
Hi, On 7 May 2012 14:49, Tiago Vignatti wrote: > On 05/07/2012 04:00 PM, Daniel Stone wrote: >> On 7 May 2012 13:04, Tiago Vignatti  wrote: >>> A remark about the "funny" X server's interface, that has to be called >>> twice >>> for queuing up events. Anyways, now I got Firefox with scrolling<3 >

Re: [PATCH xwayland 2/3] xwayland: give axis basic support

2012-05-07 Thread Kristian Høgsberg
On Mon, May 07, 2012 at 03:04:58PM +0300, Tiago Vignatti wrote: > A remark about the "funny" X server's interface, that has to be called twice > for queuing up events. Anyways, now I got Firefox with scrolling <3 Looks good. The axis approach that Daniel describes sounds better, but I've pulled t

Re: [PATCH xwayland 2/3] xwayland: give axis basic support

2012-05-07 Thread Tiago Vignatti
On 05/07/2012 04:00 PM, Daniel Stone wrote: Hi, On 7 May 2012 13:04, Tiago Vignatti wrote: A remark about the "funny" X server's interface, that has to be called twice for queuing up events. Anyways, now I got Firefox with scrolling<3 Actually, if you set yourself up with a scroll axis, you

Re: [PATCH xwayland 2/3] xwayland: give axis basic support

2012-05-07 Thread Daniel Stone
Hi, On 7 May 2012 13:04, Tiago Vignatti wrote: > A remark about the "funny" X server's interface, that has to be called twice > for queuing up events. Anyways, now I got Firefox with scrolling <3 Actually, if you set yourself up with a scroll axis, you only have to call it once rather than treat

[PATCH xwayland 2/3] xwayland: give axis basic support

2012-05-07 Thread Tiago Vignatti
A remark about the "funny" X server's interface, that has to be called twice for queuing up events. Anyways, now I got Firefox with scrolling <3 Signed-off-by: Tiago Vignatti --- hw/xfree86/xwayland/xwayland-input.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/hw/xfree86/xwa