commit | da4dbf742d4689313df16c0468f0aeadb6853872 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed Mar 02 22:22:43 2005 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Wed Mar 02 22:22:43 2005 +0000 |
tree | bb0cdb8355c1e0d9d63fb4643b0ac6b60cd02fe7 | |
parent | 776f2227f6244003a5bcb20ea77c49427e6af023 [diff] [blame] |
cocoa tiny fixes git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1322 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/cocoa.m b/cocoa.m index ade7f61..38b4760 100644 --- a/cocoa.m +++ b/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;