Index: cocoa.m =================================================================== RCS file: /cvsroot/qemu/qemu/cocoa.m,v retrieving revision 1.1 diff -u -r1.1 cocoa.m --- cocoa.m 1 Mar 2005 21:37:28 -0000 1.1 +++ cocoa.m 2 Mar 2005 20:08:14 -0000 @@ -34,9 +34,11 @@ x simple graphical prompt to demo - better graphical prompt */ -#include "vl.h" + #import +#include "vl.h" + NSWindow *window = NULL; NSQuickDrawView *qd_view = NULL; Index: vl.h =================================================================== RCS file: /cvsroot/qemu/qemu/vl.h,v retrieving revision 1.67 diff -u -r1.67 vl.h --- vl.h 10 Feb 2005 22:00:06 -0000 1.67 +++ vl.h 2 Mar 2005 20:08:15 -0000 @@ -572,6 +572,9 @@ /* sdl.c */ void sdl_display_init(DisplayState *ds, int full_screen); +/* sdl.c */ +void cocoa_display_init(DisplayState *ds, int full_screen); + /* ide.c */ #define MAX_DISKS 4