> diff --git a/ui/cocoa.m b/ui/cocoa.m
> index 146fb21..f20fd1f 100644
> --- a/ui/cocoa.m
> +++ b/ui/cocoa.m
> Signed-off-by: Peter Maydell
Thanks. Yes, I plan quash the fixes in for bisectability.
cheers,
Gerd
On 22 January 2014 17:55, Peter Maydell wrote:
> On 22 January 2014 16:20, Gerd Hoffmann wrote:
>> cocoa ui code has been updated, but is totally untested (not even
>> compiled). Would be great if someone with macos hardware can give
>> it a spin, and send fixup patches if needed.
> 3 warnings
On 22 January 2014 16:20, Gerd Hoffmann wrote:
> cocoa ui code has been updated, but is totally untested (not even
> compiled). Would be great if someone with macos hardware can give
> it a spin, and send fixup patches if needed.
OBJC ui/cocoa.o
/Users/pm215/src/qemu/ui/cocoa.m:673:17: error:
Hi,
This patch series features a reworked input layer and sdl2 support.
The input layer moves to a model modeled roughly after the linux
event layer. It also uses qapi to create all the data types needed.
First, because it is convinient to have all the support code generated,
and also to make