[BACK]Return to plotg.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Diff for /OpenXM_contrib2/asir2000/plot/plotg.c between version 1.6 and 1.7

version 1.6, 2002/01/30 08:31:34 version 1.7, 2002/07/29 03:08:16
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/plot/plotg.c,v 1.5 2000/11/09 02:30:44 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/plotg.c,v 1.6 2002/01/30 08:31:34 noro Exp $
 */  */
   
 /* XXX : declared in ox_plot_xevent.c on darwin */  /* XXX : declared in ox_plot_xevent.c on darwin */
Line 70  XFontStruct *sffs;
Line 70  XFontStruct *sffs;
 #endif  #endif
   
 struct canvas *canvas[MAXCANVAS];  struct canvas *canvas[MAXCANVAS];
   struct canvas *closed_canvas[MAXCANVAS];
 struct canvas *current_can;  struct canvas *current_can;
 #endif  #endif

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>