aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/macosx/jawt_md.h
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-06-26 13:21:12 +0000
committerKenneth Russel <[email protected]>2003-06-26 13:21:12 +0000
commit0a6e191eaebcc8edc2611dbedab6fd04a615fc2f (patch)
tree7f8a9b8e88a6bc6662827d3f092b943b1ea893fb /make/stub_includes/macosx/jawt_md.h
parent2b54833bb15d6cae356fa0c5777d11e152d774cb (diff)
Initial Mac OS X port of Jogl by Gerard Ziemski and Kenneth Russell,
subsuming the previous prototype implementation (no GLCanvas support) done by Marc Downie. Added user's guide (HTML format) under doc/userguide/index.html. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@13 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/stub_includes/macosx/jawt_md.h')
-rw-r--r--make/stub_includes/macosx/jawt_md.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/make/stub_includes/macosx/jawt_md.h b/make/stub_includes/macosx/jawt_md.h
deleted file mode 100644
index a9e960b1c..000000000
--- a/make/stub_includes/macosx/jawt_md.h
+++ /dev/null
@@ -1,37 +0,0 @@
-//
-// jawt_md.m
-//
-// Copyright (c) 2002 Apple computer Inc. All rights reserved.
-//
-
-#ifndef _JAVASOFT_JAWT_MD_H_
-#define _JAVASOFT_JAWT_MD_H_
-
-#include "jawt.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-typedef struct JAWT_MacOSXDrawingSurfaceInfo
-{
- int cgWindowID; // CGSConnectionID
- int cgConnectionID; // CGSWindowID
- int cgContextRef; // CGContextRef
-
- int cocoaWindowRef; // NSWindow*
-
- int carbonWindowRef; // WindowRef (HIToolbox/MacWindows.h)
-
- int windowX; // int
- int windowY; // int
- int windowWidth; // int
- int windowHeight; // int
-}
-JAWT_MacOSXDrawingSurfaceInfo;
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* !_JAVASOFT_JAWT_MD_H_ */ \ No newline at end of file