Revision 7b5d76da hw/palm.c

b/hw/palm.c
278 278
    /* FIXME: We shouldn't really be doing this here.  The LCD controller
279 279
       will set the size once configured, so this just sets an initial
280 280
       size until the guest activates the display.  */
281
    ds->surface = qemu_resize_displaysurface(ds->surface, 320, 320, 32, 4 * 320);
281
    ds->surface = qemu_resize_displaysurface(ds, 320, 320);
282 282
    dpy_resize(ds);
283 283
}
284 284

  

Also available in: Unified diff