]> git.proxmox.com Git - mirror_qemu.git/commit - include/ui/qemu-pixman.h
console: add qemu_pixman_linebuf_copy
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 19 Jun 2014 11:19:01 +0000 (13:19 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 5 Sep 2014 11:27:11 +0000 (13:27 +0200)
commit43c7d8bd449d1c0f435775aefe391666a4b86dd6
treeda88f6670402f3b1fa95c8c0fe531339f20315a9
parent4c38762fb5cab19f50d2ba004736d7426abba3c0
console: add qemu_pixman_linebuf_copy

Helper function for copying data from linebuf to framebuffer using
pixman, possibly converting in case src and dst formats differ.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/qemu-pixman.h
ui/qemu-pixman.c