Hi Alexandre,
Am 07.06.2011 um 01:39 schrieb Alexandre Raymond:
On Tue, May 31, 2011 at 4:07 PM, Andreas Färber <andreas.faer...@web.de
> 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.
This is caused by the fact that the cocoaView variable is a
generic 'id'.
In that case I would prefer to change the variable definition,
moving it
further down, instead of introducing a cast.
I am working on a cleanup of the cocoa code. As a temporary fix, would
you accept a simple patch renaming handleEvent to handleGUIEvent in
order to avoid the compilation warning ?
Could you please test the new patch for the above solution that I just
submitted?
Thanks,
Andreas