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

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

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

revision 1.1 by deetsay, Wed Sep 18 08:04:05 2002 UTC revision 1.2 by tjl, Mon Sep 23 08:24:25 2002 UTC
# Line 53  public static final String rcsid = "$Id$ Line 53  public static final String rcsid = "$Id$
53              char buf[] = new char[4096];              char buf[] = new char[4096];
54              int amount = in.read(buf, 0, 4096);              int amount = in.read(buf, 0, 4096);
55              while (amount > 0) {              while (amount > 0) {
56                  GZZGL.ImageCache.write(uri, buf, amount);                  GL.ImageCache.write(uri, buf, amount);
57                  amount = in.read(buf, 0, 4096);                  amount = in.read(buf, 0, 4096);
58              }              }
59              in.close();              in.close();

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