expose process_cursor_motion publicly

This commit is contained in:
bi4k8 2021-12-14 03:16:16 +00:00
parent fd7f06a375
commit f583fac28f
2 changed files with 9 additions and 1 deletions

View file

@ -166,7 +166,7 @@ input_inhibit_blocks_surface(struct seat *seat, struct wl_resource *resource)
inhibiting_client != wl_resource_get_client(resource);
}
static void
void
process_cursor_motion(struct server *server, uint32_t time)
{
static bool cursor_name_set_by_server;