| 47 | } |
| 48 | |
| 49 | QList<PointerInterfacePrivate::Resource *> PointerInterfacePrivate::pointersForClient(ClientConnection *client) const |
| 50 | { |
| 51 | return resourceMap().values(client->client()); |
| 52 | } |
| 53 | |
| 54 | void PointerInterfacePrivate::pointer_set_cursor(Resource *resource, uint32_t serial, ::wl_resource *surface_resource, int32_t hotspot_x, int32_t hotspot_y) |
| 55 | { |
no test coverage detected