]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
pixman: add pixman image to DisplaySurface
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 26 Sep 2012 13:20:05 +0000 (15:20 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 1 Nov 2012 13:00:04 +0000 (14:00 +0100)
commit69c7777720c18d8afca7d9685c6dced1aae3a056
tree8473f54e15b6c23422515e73de22f0537be7bd38
parentd2ec7e24a270ba72a151b506ac57c6cd21e3c587
pixman: add pixman image to DisplaySurface

Surfaces are now allocated using pixman.  DisplaySurface gets new
struct fields with pixman image and data.  DisplayChangeListeners
can easily start using pixman now.

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