On 13 December 2013 20:18, Stefan Weil wrote:
> PS. Does anybody know how to add the QEMU mascot as a Cocoa application
> icon for all QEMU applications?
I have some code which programmatically sets the icon for QEMU
from a file when it runs:
+const char *iconfile = "qemu-icon.bmp";
+con
Am 08.12.2013 23:59, schrieb Peter Maydell:
> Fix various non-user-visible typos in comments and variable names.
>
> Signed-off-by: Peter Maydell
> ---
> ui/cocoa.m | 28 ++--
> 1 file changed, 14 insertions(+), 14 deletions(-)
>
> diff --git a/ui/cocoa.m b/ui/cocoa.m
> in
Fix various non-user-visible typos in comments and variable names.
Signed-off-by: Peter Maydell
---
ui/cocoa.m | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/ui/cocoa.m b/ui/cocoa.m
index d38cf22..f55747f 100644
--- a/ui/cocoa.m
+++ b/ui/cocoa.