/[gzz]/gzz/gzz/client/awt/AWTScreen.java
ViewVC logotype

Diff of /gzz/gzz/client/awt/AWTScreen.java

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

revision 1.28 by benja, Sun Dec 29 02:01:41 2002 UTC revision 1.29 by tjl, Sun Jan 5 16:32:51 2003 UTC
# Line 173  public abstract class AWTScreen Line 173  public abstract class AWTScreen
173          } else {          } else {
174              VobScene sc = prev;              VobScene sc = prev;
175              VobScene osc = next;              VobScene osc = next;
176                boolean towardsOther = true;
177              if (fract > AbstractUpdateManager.jumpFract) {              if (fract > AbstractUpdateManager.jumpFract) {
178                  sc = next;                  sc = next;
179                  osc = prev;                  osc = prev;
180                  fract = 1-fract;                  fract = 1-fract;
181                    towardsOther = false;
182              }              }
183              if(osc == null) osc = sc;              if(osc == null) osc = sc;
184              if(dbg) pa("Going to render: "+sc+" "+osc+" "+fract);              if(dbg) pa("Going to render: "+sc+" "+osc+" "+fract);
# Line 186  public abstract class AWTScreen Line 188  public abstract class AWTScreen
188              if(sc != listprev || osc != listnext) {              if(sc != listprev || osc != listnext) {
189                  listprev = sc;                  listprev = sc;
190                  listnext = osc;                  listnext = osc;
191                  interplist = sc.matcher.interpList(osc.matcher);                  interplist = sc.matcher.interpList(osc.matcher,
192                                        towardsOther);
193              }              }
194    
195              ((OrthoCoorder)sc.coords).renderVobs((DefaultVobMap)sc.map,              ((OrthoCoorder)sc.coords).renderVobs((DefaultVobMap)sc.map,

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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