]> git.proxmox.com Git - mirror_qemu.git/commit
ui/console: call dpy_gfx_update() regardless of have_gfx
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:37:41 +0000 (13:37 +0400)
committerPatchew Applier <no-reply@patchew.org>
Fri, 1 Sep 2023 17:21:04 +0000 (17:21 +0000)
commitbc9b8bc93cafee6f3c9f73ef5e8a7379004e8699
treecdbd737096baab408c2c9060775e9a8567fa0445
parent074b24094f34c3241956064cf7910bbe11642871
ui/console: call dpy_gfx_update() regardless of have_gfx

The function will handle the case when no listeners are gfx, without
extra meaningful cost.

This allows to get rid of DisplayState dependency in VC implementation.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20230830093843.3531473-8-marcandre.lureau@redhat.com>
ui/console.c