Re: seat_get_touch not being called

2012-12-04 Thread Pekka Paalanen
On Mon, 3 Dec 2012 20:45:14 + Keller Alexander-B42067 wrote: > I have been trying to get my touchscreen inputs to work on Wayland, and > everytime the screen is touched I get an error saying "couldn't find > resource." I get that error because my seat->touch->resource_list is empty, > and

FW: seat_get_touch not being called

2012-12-03 Thread Keller Alexander-B42067
From: Keller Alexander-B42067 Sent: Monday, December 03, 2012 4:03 PM To: 'Scott Moreau' Subject: RE: seat_get_touch not being called I do not think the issue is with the client, but with the server. I noticed that when I start the server, the server calls both seat_get_p

Re: seat_get_touch not being called

2012-12-03 Thread Scott Moreau
On Mon, Dec 3, 2012 at 1:45 PM, Keller Alexander-B42067 < b42...@freescale.com> wrote: > I have been trying to get my touchscreen inputs to work on Wayland, and > everytime the screen is touched I get an error saying “couldn’t find > resource.” I get that error because my seat->touch->resource_li

seat_get_touch not being called

2012-12-03 Thread Keller Alexander-B42067
I have been trying to get my touchscreen inputs to work on Wayland, and everytime the screen is touched I get an error saying "couldn't find resource." I get that error because my seat->touch->resource_list is empty, and the function that writes to that list is seat_get_touch is not being called