]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
console: reimplement qemu_default_pixelformat
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 18 Jun 2014 09:07:50 +0000 (11:07 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 5 Sep 2014 11:27:11 +0000 (13:27 +0200)
commit56bd9ea1a37395012adecca8b9c4762da15b01e7
tree9ef06d18e04c189a4b6ba754bcafa92b0b9f7f47
parent1527a25ec90f34693fbe24c81c1107e78cead1d7
console: reimplement qemu_default_pixelformat

Use the new qemu_pixelformat_from_pixman and qemu_default_pixman_format
functions to reimplement qemu_default_pixelformat
(qemu_different_endianness_pixelformat too).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/console.c