[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.20 and 1.21

version 1.20, 2014/06/27 07:58:29 version 1.21, 2014/07/05 03:55:42
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.19 2014/05/16 08:49:52 ohara Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/ifplot.h,v 1.20 2014/06/27 07:58:29 saito Exp $
 */  */
 #if defined(VISUAL)  #if defined(VISUAL)
 /* for Visual C++ */  /* for Visual C++ */
Line 281  extern struct canvas *closed_canvas[];
Line 281  extern struct canvas *closed_canvas[];
 extern struct canvas *current_can;  extern struct canvas *current_can;
 extern char* pfn[];  extern char* pfn[];
   
 #if defined(INTERVAL)  
 extern Pixel BackPixel;  extern Pixel BackPixel;
   #if defined(INTERVAL)
 extern int Itvplot;  extern int Itvplot;
 #endif  #endif
   

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

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