/[libvob]/libvob/org/nongnu/libvob/gl/Stencil.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/gl/Stencil.java

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

revision 1.1 by humppake, Wed Mar 26 12:39:26 2003 UTC revision 1.2 by tjl, Fri Apr 11 12:42:08 2003 UTC
# Line 46  public class Stencil { Line 46  public class Stencil {
46      public static Vob initZero;      public static Vob initZero;
47      public static Vob exit;      public static Vob exit;
48    
     static {  
         init();  
     }  
   
49      private static void init() {      private static void init() {
50          if(initStencil != null) return;          if(initStencil != null) return;
51    
# Line 148  public class Stencil { Line 144  public class Stencil {
144                  Runnable drawOutside,                  Runnable drawOutside,
145                  Runnable drawContents,                  Runnable drawContents,
146                  boolean needDepth) {                  boolean needDepth) {
147            init();
148          if(drawOverStencil == null) drawOverStencil = drawStencil;          if(drawOverStencil == null) drawOverStencil = drawStencil;
149          GLVobMap vm = (GLVobMap)vs.map;          GLVobMap vm = (GLVobMap)vs.map;
150    

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