ui/vc: split off the VC part from console.c
commit6f11081991c2def98b80a1bf70a920eda86f94ea
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:38:23 +0000 (30 13:38 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 12 Sep 2023 06:37:02 +0000 (12 10:37 +0400)
tree936fdf0a0aa3fe980dce738b1c93898088325fb1
parentf7ce755df8102515aea0ba0e1f7414a6b4ed7403
ui/vc: split off the VC part from console.c

Move common declarations to console-priv.h, and add a new unit
console-vc.c which will handle VC/chardev rendering, when pixman is
available.

(if necessary, the move could be done chunk by chunks)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ui/console-priv.h [new file with mode: 0644]
ui/console-vc.c [new file with mode: 0644]
ui/console.c
ui/meson.build