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

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

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

revision 1.2 by benja, Tue Oct 1 14:06:36 2002 UTC revision 1.3 by humppake, Wed Nov 27 16:35:41 2002 UTC
# Line 46  public class GLCache { Line 46  public class GLCache {
46          }          }
47          return ret;          return ret;
48      }      }
49        static HashMap callListBoxCoordedCache = new HashMap();
50        public static Vob getCallListBoxCoorded(String s) {
51            Vob ret = (Vob)callListBoxCoordedCache.get(s);
52            if(ret == null) {
53                ret = GLRen.createCallListBoxCoorded(s);
54                callListBoxCoordedCache.put(s, ret);
55            }
56            return ret;
57        }
58  }  }

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

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