/[gzz]/gzz/gzz/media/impl/ScrollBlockManager.java
ViewVC logotype

Diff of /gzz/gzz/media/impl/ScrollBlockManager.java

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

revision 1.7 by tjl, Fri Oct 11 13:37:42 2002 UTC revision 1.8 by benja, Fri Oct 11 14:21:33 2002 UTC
# Line 386  String rcsid = "$Id$"; Line 386  String rcsid = "$Id$";
386      }      }
387    
388      public static Span getSpan(Mediaserver ms, Mediaserver.Id id,      public static Span getSpan(Mediaserver ms, Mediaserver.Id id,
389                                 int p0, int p1, int x, int y, int w, int h) {                                 int poffs, int plen, int x, int y, int w, int h) {
390        
391            int p0 = poffs, p1 = poffs+plen;
392    
393          PageImageScroll block = null;          PageImageScroll block = null;
394    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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