]> git.proxmox.com Git - qemu.git/commit
console: move set_mouse + cursor_define callbacks
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 12 Sep 2012 05:56:45 +0000 (07:56 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 1 Nov 2012 12:10:05 +0000 (13:10 +0100)
commitbf2fde70fea6b3245dab44253deafba95f2979e5
tree25286473ecc0c70f5a8804af4fdb9a58af197321
parent35c9e0a5c2804b94d1a452a0a9a12d7a893b5318
console: move set_mouse + cursor_define callbacks

When adding DisplayChangeListeners the set_mouse and cursor_define
callbacks have been left in DisplayState for some reason.  Fix it.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
console.c
console.h
hw/jazz_led.c
hw/qxl-render.c
hw/vga.c
hw/vmware_vga.c
ui/sdl.c
ui/spice-display.c
ui/vnc.c