diff options
author | Kenneth Russel <[email protected]> | 2003-09-05 17:47:05 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-09-05 17:47:05 +0000 |
commit | a666add538a6afe744a7a0fc0620ddb7800c182a (patch) | |
tree | 43658504dee1bce2b65f6861fbcf88dcfd31f180 /make/stub_includes/cg/CG/cgGL.h | |
parent | 88dba17d799c1faf2b3185636a8e6cc1e021b80c (diff) |
Ported JOGL's Cg support to Linux; fixed capitalization and other
problems that didn't show up on Windows.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@61 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/stub_includes/cg/CG/cgGL.h')
-rw-r--r-- | make/stub_includes/cg/CG/cgGL.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/stub_includes/cg/CG/cgGL.h b/make/stub_includes/cg/CG/cgGL.h index 80bf28202..1af5ced5b 100644 --- a/make/stub_includes/cg/CG/cgGL.h +++ b/make/stub_includes/cg/CG/cgGL.h @@ -55,7 +55,7 @@ #ifndef CG_DEPRECATED_API -#include <Cg/cg.h> +#include <CG/cg.h> /* Set up for either Win32 import/export/lib. */ #ifndef CGGLDLL_API @@ -371,7 +371,7 @@ CGGLDLL_API GLenum cgGLGetTextureEnum(/*CGparameter*/CGparameter* param); #define cgGLEnableClientState cgGL_DEPRECATEDAPI_EnableClientState #define cgGLDisableClientState cgGL_DEPRECATEDAPI_DisableClientState -#include <Cg/cgGL_deprecated_api.h> +#include <CG/cgGL_deprecated_api.h> #endif |