Re: [Qemu-devel] [PATCH] Cocoa: avoid warning related to multiple method definitions

2011-06-09 Thread Andreas Färber
Hi Alexandre, Am 07.06.2011 um 01:39 schrieb Alexandre Raymond: On Tue, May 31, 2011 at 4:07 PM, Andreas Färber > wrote: Hello Alexandre, Am 30.05.2011 um 00:36 schrieb Alexandre Raymond: This fix forces a message to be sent to the handleEvent method of the QemuCocoaView class instead of let

Re: [Qemu-devel] [PATCH] Cocoa: avoid warning related to multiple method definitions

2011-06-06 Thread Alexandre Raymond
Hi Andreas, On Tue, May 31, 2011 at 4:07 PM, Andreas Färber wrote: > Hello Alexandre, > > Am 30.05.2011 um 00:36 schrieb Alexandre Raymond: > >> This fix forces a message to be sent to the handleEvent method >> of the QemuCocoaView class instead of letting the system determine >> the right method

Re: [Qemu-devel] [PATCH] Cocoa: avoid warning related to multiple method definitions

2011-05-31 Thread Andreas Färber
Hello Alexandre, Am 30.05.2011 um 00:36 schrieb Alexandre Raymond: This fix forces a message to be sent to the handleEvent method of the QemuCocoaView class instead of letting the system determine the right method. This is caused by the fact that the cocoaView variable is a generic 'id'. I

[Qemu-devel] [PATCH] Cocoa: avoid warning related to multiple method definitions

2011-05-29 Thread Alexandre Raymond
This fix forces a message to be sent to the handleEvent method of the QemuCocoaView class instead of letting the system determine the right method. This is caused by the fact that the cocoaView variable is a generic 'id'. 8< ui/cocoa.m: In function ‘cocoa_refresh’: ui/cocoa.m:997: warning