]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
console: fix displaychangelisteners interface
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 13 Nov 2012 13:51:41 +0000 (14:51 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Mar 2013 09:21:58 +0000 (10:21 +0100)
commit7c20b4a374d0016e3fce005690fb428354a56621
treee2cd1af910a6e226a1cc8d4d3f6d933a02e58c58
parent225dc991b03f0f034aa348f5cf499de9d0979107
console: fix displaychangelisteners interface

Split callbacks into separate Ops struct.  Pass DisplayChangeListener
pointer as first argument to all callbacks.  Uninline a bunch of
display functions and move them from console.h to console.c

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