[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.5 and 1.6

version 1.5, 2000/11/09 02:30:44 version 1.6, 2002/01/30 08:31:34
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.4 2000/11/07 06:06:40 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/plotg.c,v 1.5 2000/11/09 02:30:44 noro Exp $
 */  */
   
   /* XXX : declared in ox_plot_xevent.c on darwin */
   #if !defined(__DARWIN__)
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
 #include "ox.h"  #include "ox.h"
Line 68  XFontStruct *sffs;
Line 71  XFontStruct *sffs;
   
 struct canvas *canvas[MAXCANVAS];  struct canvas *canvas[MAXCANVAS];
 struct canvas *current_can;  struct canvas *current_can;
   #endif

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

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