mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
use dpy_gfx_update_full
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20180810132856.22833-1-kraxel@redhat.com
This commit is contained in:
parent
161f4c4717
commit
91155f8bf7
8 changed files with 9 additions and 17 deletions
|
@ -1745,8 +1745,7 @@ static void vga_draw_blank(VGACommonState *s, int full_update)
|
|||
memset(d, 0, w);
|
||||
d += surface_stride(surface);
|
||||
}
|
||||
dpy_gfx_update(s->con, 0, 0,
|
||||
s->last_scr_width, s->last_scr_height);
|
||||
dpy_gfx_update_full(s->con);
|
||||
}
|
||||
|
||||
#define GMODE_TEXT 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue