* [Qemu-devel] [PATCH] Adds missing function prototype int cocoa_keycode_to_qemu(int keycode) to cocoa.m
@ 2009-07-13 20:37 G 3
2009-12-06 13:29 ` Andreas Färber
0 siblings, 1 reply; 2+ messages in thread
From: G 3 @ 2009-07-13 20:37 UTC (permalink / raw)
To: qemu-devel
This patch adds the missing function prototype cocoa_keycode_to_qemu to
cocoa.m.
Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
---
cocoa.m | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/cocoa.m b/cocoa.m
index 3bf1a87..1e5fbe8 100644
--- a/cocoa.m
+++ b/cocoa.m
@@ -62,6 +62,7 @@ typedef struct {
} QEMUScreen;
int qemu_main(int argc, char **argv); // main defined in qemu/vl.c
+int cocoa_keycode_to_qemu(int keycode);
NSWindow *normalWindow;
id cocoaView;
static DisplayChangeListener *dcl;
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] Adds missing function prototype int cocoa_keycode_to_qemu(int keycode) to cocoa.m
2009-07-13 20:37 [Qemu-devel] [PATCH] Adds missing function prototype int cocoa_keycode_to_qemu(int keycode) to cocoa.m G 3
@ 2009-12-06 13:29 ` Andreas Färber
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Färber @ 2009-12-06 13:29 UTC (permalink / raw)
To: G 3; +Cc: qemu-devel
Am 13.07.2009 um 22:37 schrieb G 3:
> This patch adds the missing function prototype cocoa_keycode_to_qemu
> to cocoa.m.
>
> Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
>
> ---
> cocoa.m | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/cocoa.m b/cocoa.m
> index 3bf1a87..1e5fbe8 100644
> --- a/cocoa.m
> +++ b/cocoa.m
> @@ -62,6 +62,7 @@ typedef struct {
> } QEMUScreen;
>
> int qemu_main(int argc, char **argv); // main defined in qemu/vl.c
> +int cocoa_keycode_to_qemu(int keycode);
> NSWindow *normalWindow;
> id cocoaView;
> static DisplayChangeListener *dcl;
I've fixed that warning slightly different in my recent patch: We
don't appear to need a declaration, adding static to the definition is
sufficient.
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-12-06 13:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-13 20:37 [Qemu-devel] [PATCH] Adds missing function prototype int cocoa_keycode_to_qemu(int keycode) to cocoa.m G 3
2009-12-06 13:29 ` Andreas Färber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).