Revision 12381085 cocoa.m

b/cocoa.m
419 419
    } else {
420 420
        if (qemu_name)
421 421
            [normalWindow setTitle:[NSString stringWithFormat:@"QEMU %s", qemu_name]];
422
        [normalWindow setFrame:NSMakeRect([normalWindow frame].origin.x, [normalWindow frame].origin.y - h + screen.height, w, h + [normalWindow frame].size.height - screen.height) display:YES animate:YES];
422
        [normalWindow setFrame:NSMakeRect([normalWindow frame].origin.x, [normalWindow frame].origin.y - h + screen.height, w, h + [normalWindow frame].size.height - screen.height) display:YES animate:NO];
423 423
    }
424 424
    screen.width = w;
425 425
    screen.height = h;

Also available in: Unified diff