qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Adds missing function prototype int cocoa_keycode_t


From: G 3
Subject: [Qemu-devel] [PATCH] Adds missing function prototype int cocoa_keycode_to_qemu(int keycode) to cocoa.m
Date: Mon, 13 Jul 2009 16:37:09 -0400

This patch adds the missing function prototype cocoa_keycode_to_qemu to cocoa.m.

Signed-off-by: John Arbuckle <address@hidden>

---
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]