Skip to content

eis: expose eis_device_get_context() and eis_seat_get_context()

Peter Hutterer requested to merge whot/libei:wip/public-device-get-context into main

For frame events on a device it's likely that we wan to use eis_now() which takes the context. So let's make this easy enough to access without having to carry extra variables in the caller. And the same for the seat as well.

Merge request reports