mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
cocoa tiny fixes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1322 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
776f2227f6
commit
da4dbf742d
2 changed files with 6 additions and 1 deletions
4
cocoa.m
4
cocoa.m
|
@ -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;
|
||||
|
||||
|
|
3
vl.h
3
vl.h
|
@ -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…
Add table
Add a link
Reference in a new issue