/[gzz]/gzz/gzz/vob/vobs/RectBgVob.java
ViewVC logotype

Diff of /gzz/gzz/vob/vobs/RectBgVob.java

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

revision 1.6 by humppake, Thu Dec 12 09:42:20 2002 UTC revision 1.7 by tjl, Sun Jan 12 11:41:47 2003 UTC
# Line 94  public static final String rcsid = "$Id$ Line 94  public static final String rcsid = "$Id$
94    
95      Vob glList;      Vob glList;
96    
97      public int addToListGL(GraphicsAPI.RenderingSurface win,      public int putGL(VobScene vs, int coordsys1) {
                     int[] list, int curs, int coordsys1,  
                                 int coordsys2) {  
98          if(dbg) pa("Addtolistgl rectbg "+coordsys1);          if(dbg) pa("Addtolistgl rectbg "+coordsys1);
99          if(glList == null) {          if(glList == null) {
100              String bgcall = "";              String bgcall = "";
# Line 143  public static final String rcsid = "$Id$ Line 141  public static final String rcsid = "$Id$
141                  "PopAttrib\n"                  "PopAttrib\n"
142                      );                      );
143          }          }
144          curs = glList.addToListGL(win, list, curs, coordsys1, coordsys2);          vs.map.put(glList, coordsys1);
145          return curs;          return 0;
146      }      }
147    
148      /** Adds one more solid color to be drawn inside      /** Adds one more solid color to be drawn inside

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

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