mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 14:08:32 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user