/[gzz]/gzz/gzz/gfx/gl/GL.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/GL.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by tjl, Wed Oct 23 14:55:40 2002 UTC revision 1.18 by tjl, Tue Oct 29 14:09:32 2002 UTC
# Line 84  public class GL { Line 84  public class GL {
84          void windowClosed();          void windowClosed();
85      }      }
86    
87        /** Constants to bit-or with coordsys types.
88         */
89        public static final int CSFLAG_ACTIVE = 0x80000000,
90                                CSFLAGS = 0xf0000000;
91    
92        
93    
94      /** Constant for the int array to be passed to      /** Constant for the int array to be passed to
95       * C++, or'ed together with the ID, indicating       * C++, or'ed together with the ID, indicating
96       * a zero-argument renderable.       * a zero-argument renderable.

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26