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

Diff of /gzz/gzz/view/CellVobFactory.java

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

revision 1.19 by benja, Thu Oct 3 18:50:37 2002 UTC revision 1.20 by benja, Sat Oct 5 13:59:47 2002 UTC
# Line 168  public static final String rcsid = "$Id$ Line 168  public static final String rcsid = "$Id$
168              bg.setBg(new Color(bg.getBg().getRGB() & (int)0xff00ffffL));              bg.setBg(new Color(bg.getBg().getRGB() & (int)0xff00ffffL));
169      */      */
170    
         final int cs_box = v.coordsys(cs, BOX_KEY, 0, 0, 0, w, h);  
         v.map.put(bg, cs_box);  
   
171          final int content_cs = v.coordsys(cs, CONTENT_KEY, 0, 5, 5, 2, 2);          final int content_cs = v.coordsys(cs, CONTENT_KEY, 0, 5, 5, 2, 2);
172            final int cs_box = v.coordsys(cs, BOX_KEY, 0, 0, 0, w, h);
173    
174          if(!(GraphicsAPI.getInstance() instanceof gzz.client.gl.GLAPI)) {          if(!(GraphicsAPI.getInstance() instanceof gzz.client.gl.GLAPI)) {
175              ccv.place(c, v, content_cs, w, h, context, scale);              ccv.place(c, v, content_cs, w-10, h-10, context, scale);
176                v.map.put(bg, cs_box);
177          } else {          } else {
178                v.map.put(bg, cs_box);
179              gzz.gfx.gl.Stencil.drawStenciled(              gzz.gfx.gl.Stencil.drawStenciled(
180                  v,                  v,
181                  new Runnable() { public void run() {                  new Runnable() { public void run() {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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