diff options
Diffstat (limited to 'hw/nseries.c')
-rw-r--r-- | hw/nseries.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/nseries.c b/hw/nseries.c index 652d9da333..2de8d21f08 100644 --- a/hw/nseries.c +++ b/hw/nseries.c @@ -1375,7 +1375,7 @@ static void n8x0_init(QEMUMachineInitArgs *args, size until the guest activates the display. */ ds = get_displaystate(); ds->surface = qemu_resize_displaysurface(ds, 800, 480); - dpy_resize(ds); + dpy_gfx_resize(ds); } static struct arm_boot_info n800_binfo = { |