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

Diff for /OpenXM_contrib2/asir2000/plot/ifplot.h between version 1.12 and 1.13

version 1.12, 2004/03/26 08:25:37 version 1.13, 2005/05/18 03:27:00
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/ifplot.h,v 1.11 2002/08/02 08:59:47 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/ifplot.h,v 1.12 2004/03/26 08:25:37 noro Exp $
 */  */
 #if defined(VISUAL)  #if defined(VISUAL)
 /* for Visual C++ */  /* for Visual C++ */
Line 191  struct canvas {
Line 191  struct canvas {
         struct pa *pa;          struct pa *pa;
         /* to register the history in the interactive mode */          /* to register the history in the interactive mode */
         NODE history;          NODE history;
           int color;
 };  };
   
 extern struct canvas *canvas[];  extern struct canvas *canvas[];

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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