[PATCH inputproto XI 2.2] Set a flag on the pointer-emulating touch event

2012-01-02 Thread Peter Hutterer
Toolkits need to know which touch event emulated a pointer event and which ones do not. To quote Carlos Garnacho: GTK+ does client-side windows by default (GdkWindows without a backing X window), for this to work the toplevel window in the client needs to select for more events that

Re: [PATCH inputproto XI 2.2] Set a flag on the pointer-emulating touch event

2012-01-02 Thread Chase Douglas
On 01/02/2012 03:29 PM, Peter Hutterer wrote: Toolkits need to know which touch event emulated a pointer event and which ones do not. To quote Carlos Garnacho: GTK+ does client-side windows by default (GdkWindows without a backing X window), for this to work the toplevel window in

Re: [PATCH inputproto XI 2.2] Set a flag on the pointer-emulating touch event

2012-01-02 Thread Peter Hutterer
On Mon, Jan 02, 2012 at 05:55:47PM -0800, Chase Douglas wrote: On 01/02/2012 03:29 PM, Peter Hutterer wrote: Toolkits need to know which touch event emulated a pointer event and which ones do not. To quote Carlos Garnacho: GTK+ does client-side windows by default (GdkWindows without

Re: [PATCH inputproto XI 2.2] Set a flag on the pointer-emulating touch event

2012-01-02 Thread Chase Douglas
On 01/02/2012 06:00 PM, Peter Hutterer wrote: On Mon, Jan 02, 2012 at 05:55:47PM -0800, Chase Douglas wrote: On 01/02/2012 03:29 PM, Peter Hutterer wrote: Toolkits need to know which touch event emulated a pointer event and which ones do not. To quote Carlos Garnacho: GTK+ does