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

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

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

revision 1.2 by tjl, Thu Dec 5 10:57:34 2002 UTC revision 1.3 by tjl, Sun Jan 12 11:41:47 2003 UTC
# Line 230  public static final String rcsid = "$Id$ Line 230  public static final String rcsid = "$Id$
230    
231      static GL.DisplayList list;      static GL.DisplayList list;
232    
233      public int addToListGL(GraphicsAPI.RenderingSurface win,      public int putGL(VobScene vs,
                            int[] list, int curs,  
234                             int coordsys1,                             int coordsys1,
235                             int coordsys2)                             int coordsys2)
236      {      {
# Line 268  public static final String rcsid = "$Id$ Line 267  public static final String rcsid = "$Id$
267                                         weeknumber_width,                                         weeknumber_width,
268                                         weekday_height,                                           weekday_height,  
269                                         month_name_height);                                         month_name_height);
270          return  cp.addToListGL(win, list, curs, coordsys1, coordsys2);  
271            vs.map.put(cp, coordsys1, coordsys2);
272            return 0;
273      }      }
274  }  }
275    

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

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