qemu-e2k/include/ui
Gerd Hoffmann 21ef45d712 console: kill DisplayState->opaque
It's broken by design.  There can be multiple DisplayChangeListener
instances, so they simply can't store state in the (single) DisplayState
struct.  Try 'qemu -display gtk -vnc :0', watch it crash & burn.

With DisplayChangeListenerOps having a more sane interface now we can
simply use the DisplayChangeListener pointer to get access to our
private data instead.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2013-03-18 10:21:58 +01:00
..
console.h console: kill DisplayState->opaque 2013-03-18 10:21:58 +01:00
pixel_ops.h
qemu-pixman.h qemu-pixman.h: Avoid mutual inclusion loop with console.h 2013-01-30 11:16:28 +01:00
qemu-spice.h chardev: add spice support to qapi 2013-03-13 10:27:46 +01:00
spice-display.h console: fix displaychangelisteners interface 2013-03-18 10:21:58 +01:00