mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +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:
@ -345,7 +345,7 @@ static void dbus_cursor_define(DisplayChangeListener *dcl,
|
||||
c->data,
|
||||
c->width * c->height * 4,
|
||||
TRUE,
|
||||
(GDestroyNotify)cursor_put,
|
||||
(GDestroyNotify)cursor_unref,
|
||||
c);
|
||||
|
||||
qemu_dbus_display1_listener_call_cursor_define(
|
||||
|
Reference in New Issue
Block a user