]> git.proxmox.com Git - qemu.git/commit - ui/gtk.c
console: rework DisplaySurface handling [dcl/ui side]
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 28 Feb 2013 14:03:04 +0000 (15:03 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Mar 2013 09:21:58 +0000 (10:21 +0100)
commitc12aeb860c63ba83190f962e2f0a1c5fe18ad3a6
tree4ff23dade55c45cee495d330ad2a2c0d305e760d
parentda229ef3b3c5709b01d62e7a6e213b31bca33d16
console: rework DisplaySurface handling [dcl/ui side]

Replace the dpy_gfx_resize and dpy_gfx_setdata DisplayChangeListener
callbacks with a dpy_gfx_switch callback which notifies the ui code
when the framebuffer backing storage changes.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/qxl.c
include/ui/console.h
include/ui/spice-display.h
ui/cocoa.m
ui/console.c
ui/gtk.c
ui/sdl.c
ui/spice-display.c
ui/vnc.c