aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-08-24 07:22:23 +0000
committerKenneth Russel <[email protected]>2003-08-24 07:22:23 +0000
commit1c3f7039b1579e0184a532eaade04dd7bc2c9dae (patch)
tree539a1ea4ddccccbaa329c236957ff4bf583a7986 /make/stub_includes
parent4195f8984ec08d9c5d4a4794728a046af9f0924b (diff)
Fixed Mac OS X build after recent JAWT changes in 10.3 (which are
apparently going to be brought back to the 10.2 Java on OS X as well). Renamed host.properties to jogl.properties and changed build to look for this file in user's home directory to avoid needing to always change a file that is in the repository. Updated build documentation. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@58 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/stub_includes')
-rw-r--r--make/stub_includes/macosx/AppKit/NSView.h1
-rw-r--r--make/stub_includes/macosx/ApplicationServices/ApplicationServices.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/macosx/AppKit/NSView.h b/make/stub_includes/macosx/AppKit/NSView.h
new file mode 100644
index 000000000..5d3acf658
--- /dev/null
+++ b/make/stub_includes/macosx/AppKit/NSView.h
@@ -0,0 +1 @@
+typedef struct _NSView NSView;
diff --git a/make/stub_includes/macosx/ApplicationServices/ApplicationServices.h b/make/stub_includes/macosx/ApplicationServices/ApplicationServices.h
deleted file mode 100644
index 9ee6f78d1..000000000
--- a/make/stub_includes/macosx/ApplicationServices/ApplicationServices.h
+++ /dev/null
@@ -1 +0,0 @@
-typedef struct _CGContextRef * CGContextRef;