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
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
I am new to using the Wayland API, and I was just wondering about the seat
structure. I was reading the documentation on the Wayland website and read that
the seat structure takes care of device events and maintains device focus.
(such as the keyboard, touch, and pointer) My question is what f