Re: [Qemu-devel] [PATCH] Make Cocoa use CoreGraphics

2007-12-07 Thread Markus Hitter
Am 08.12.2007 um 01:18 schrieb Alexander Graf: Please review [...] This override of initWithFrame: appears to be obsolete: [EMAIL PROTECTED] QemuView +- (id) initWithFrame: (NSRect) frameRect +{ +self = [super initWithFrame: frameRect]; [...] +return self; +} Markus - -

[Qemu-devel] [PATCH] Make Cocoa use CoreGraphics

2007-12-07 Thread Alexander Graf
This patch builds on the previous x86_64 patch, is semantically seperate though. Apple removed support for QuickDraw in 64-bit systems, so in order to have proper graphical output in qemu on x86_64 Darwin, one needs to use more recent APIs. I have not checked this, but according to the docu