diff options
author | Gerd Hoffmann | 2012-10-09 17:10:13 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2012-11-01 13:10:06 +0100 |
commit | 9678aedd8e76978465698b9edeb069ccee15e975 (patch) | |
tree | 83449a10c100ed71cfe079c031de624884b0d93d /ui/sdl.c | |
parent | console: init displaychangelisteners on register (diff) | |
download | qemu-9678aedd8e76978465698b9edeb069ccee15e975.tar.gz qemu-9678aedd8e76978465698b9edeb069ccee15e975.tar.xz qemu-9678aedd8e76978465698b9edeb069ccee15e975.zip |
vga: fix text mode updating
With both text (curses) and graphics (vnc/sdl/spice/...) display active
vga text mode emulation fails to update both correctly. Depending on
whenever vga_update_text() or vga_draw_text() happens to be called first
only the text display or only the graphics display will see display
resolution changes and full redraws.
Fix it by calling both text/gfx resize functions in both code paths and
keep track of full screen redraws needed in VGACommonState fields.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/sdl.c')
0 files changed, 0 insertions, 0 deletions