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

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

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

revision 1.1 by tjl, Tue Sep 17 06:08:47 2002 UTC revision 1.2 by tjl, Tue Sep 17 06:46:45 2002 UTC
# Line 13  import java.awt.Dimension; Line 13  import java.awt.Dimension;
13  public class GLSpans {  public class GLSpans {
14      /** A rectangle in a texture.      /** A rectangle in a texture.
15       */       */
16      static class Rect {      static public class Rect {
17          int texId;          public int texId;
18          float x0, y0, x1, y1;          public float x0, y0, x1, y1;
19      };      };
20      static HashMap pages = new HashMap();      static HashMap pages = new HashMap();
21    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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