Loading cocoa.m +3 −1 Original line number Diff line number Diff line Loading @@ -34,9 +34,11 @@ x simple graphical prompt to demo - better graphical prompt */ #include "vl.h" #import <Cocoa/Cocoa.h> #include "vl.h" NSWindow *window = NULL; NSQuickDrawView *qd_view = NULL; Loading vl.h +3 −0 Original line number Diff line number Diff line Loading @@ -572,6 +572,9 @@ void isa_cirrus_vga_init(DisplayState *ds, uint8_t *vga_ram_base, /* sdl.c */ void sdl_display_init(DisplayState *ds, int full_screen); /* cocoa.m */ void cocoa_display_init(DisplayState *ds, int full_screen); /* ide.c */ #define MAX_DISKS 4 Loading Loading
cocoa.m +3 −1 Original line number Diff line number Diff line Loading @@ -34,9 +34,11 @@ x simple graphical prompt to demo - better graphical prompt */ #include "vl.h" #import <Cocoa/Cocoa.h> #include "vl.h" NSWindow *window = NULL; NSQuickDrawView *qd_view = NULL; Loading
vl.h +3 −0 Original line number Diff line number Diff line Loading @@ -572,6 +572,9 @@ void isa_cirrus_vga_init(DisplayState *ds, uint8_t *vga_ram_base, /* sdl.c */ void sdl_display_init(DisplayState *ds, int full_screen); /* cocoa.m */ void cocoa_display_init(DisplayState *ds, int full_screen); /* ide.c */ #define MAX_DISKS 4 Loading