/[gzz]/gzz/gzz/view/LollipopCellVobFactory.java
ViewVC logotype

Diff of /gzz/gzz/view/LollipopCellVobFactory.java

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

revision 1.1 by humppake, Fri Oct 18 09:03:53 2002 UTC revision 1.2 by tjl, Tue Oct 29 07:30:58 2002 UTC
# Line 97  public static final String rcsid = "$Id$ Line 97  public static final String rcsid = "$Id$
97                              box.getHeight()-2*pad);                              box.getHeight()-2*pad);
98    
99          if(!(GraphicsAPI.getInstance() instanceof gzz.client.gl.GLAPI)) {          if(!(GraphicsAPI.getInstance() instanceof gzz.client.gl.GLAPI)) {
100              ccv.place(c, v, contentBox, context, 1);              ccv.place(c, v, contentBox, context);
101              v.map.put(bg, cs);              v.map.put(bg, cs);
102          } else {          } else {
103              v.map.put(bg, cs);              v.map.put(bg, cs);
# Line 109  public static final String rcsid = "$Id$ Line 109  public static final String rcsid = "$Id$
109                  null,                  null,
110                  null,                  null,
111                  new Runnable() { public void run() {                  new Runnable() { public void run() {
112                      ccv.place(c, v, contentBox, context, 1);                      ccv.place(c, v, contentBox, context);
113                  }},                  }},
114                  false                  false
115              );              );

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