/[libvob]/libvob/org/nongnu/libvob/impl/gl/GLRenderingSurface.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/impl/gl/GLRenderingSurface.java

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

revision 1.3 by tjl, Mon Mar 10 16:02:05 2003 UTC revision 1.4 by tjl, Fri Mar 21 09:42:51 2003 UTC
# Line 137  public static final String rcsid = "$Id$ Line 137  public static final String rcsid = "$Id$
137          }          }
138          return res;          return res;
139      }      }
140      public float timeRender(VobScene vs, int iters) {      public double timeRender(VobScene vs, boolean swapbuf, int iters) {
141          return ((GLVobCoorder)vs.coords).timeRender(surface, (GLVobMap)vs.map,          return ((GLVobCoorder)vs.coords).timeRender(surface, (GLVobMap)vs.map,
142                                                      true, iters);                                                      true, swapbuf, iters);
143      }      }
144    
145    

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

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