diff options
author | gregorypierce <[email protected]> | 2004-02-28 06:53:32 +0000 |
---|---|---|
committer | gregorypierce <[email protected]> | 2004-02-28 06:53:32 +0000 |
commit | 7d552f2b56ec4b4c76e81dcf6f5f1758c8de75f2 (patch) | |
tree | 888b0df2b3476d62b5dc7466aa3ed8dee20838bd /make/glu-impl-macosx.cfg | |
parent | 6d31807a2a912b99a2c583a49a6d4d8af14be20e (diff) |
Update for custom pixel formats in OSX
Issue number:
Obtained from:
Submitted by: Gregory Pierce
Reviewed by:
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@85 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/glu-impl-macosx.cfg')
-rw-r--r-- | make/glu-impl-macosx.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/glu-impl-macosx.cfg b/make/glu-impl-macosx.cfg index 5e856c7ec..6dac11f54 100644 --- a/make/glu-impl-macosx.cfg +++ b/make/glu-impl-macosx.cfg @@ -4,3 +4,4 @@ Include glu-impl-common.cfg CustomCCode #include <inttypes.h> +CustomCCode #include <jni.h> |