MCPcopy Create free account
hub / github.com/buffet/kiwmi / pointer_destroy_notify

Function pointer_destroy_notify

kiwmi/input/pointer.c:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "server.h"
21
22static void
23pointer_destroy_notify(struct wl_listener *listener, void *UNUSED(data))
24{
25 struct kiwmi_pointer *pointer =
26 wl_container_of(listener, pointer, device_destroy);
27
28 pointer_destroy(pointer);
29}
30
31struct kiwmi_pointer *
32pointer_create(struct kiwmi_server *server, struct wlr_input_device *device)

Callers

nothing calls this directly

Calls 1

pointer_destroyFunction · 0.85

Tested by

no test coverage detected