ui: rename cursor_{put->unref}

The naming is more conventional in QEMU.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Marc-André Lureau 2023-01-17 15:07:02 +04:00
parent 1222070e77
commit f4579e2899
8 changed files with 11 additions and 11 deletions

View file

@ -111,7 +111,7 @@ void cursor_get(QEMUCursor *c)
c->refcount++;
}
void cursor_put(QEMUCursor *c)
void cursor_unref(QEMUCursor *c)
{
if (c == NULL)
return;