diff options
author | Kenneth Russel <[email protected]> | 2005-07-28 12:44:11 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-07-28 12:44:11 +0000 |
commit | 1e55146237abdebac05041f057c6efc1bab2e37a (patch) | |
tree | c3911b68ff543935fa84ffed5f2a0bc569202141 /make/glxext.cfg | |
parent | 45fe515cbdb378476910df881a1a98942e68b2c1 (diff) |
Cleaned up build process slightly; GL interface and implementing class
are now generated at the same time. Deleted gl-impl-[platform].cfg files.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JSR-231@339 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/glxext.cfg')
-rwxr-xr-x | make/glxext.cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make/glxext.cfg b/make/glxext.cfg index 06363c56c..6ee898505 100755 --- a/make/glxext.cfg +++ b/make/glxext.cfg @@ -131,7 +131,3 @@ Ignore GLXHyperpipeNetworkSGIX Ignore GLXHyperpipeConfigSGIX Ignore GLXPipeRect Ignore GLXPipeRectLimits - -# XID shows up in the public API (and shouldn't -- will be removed in -# the JSR 231/239 APIs) and needs to be treated as a long for now -Opaque long XID |