[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.21 and 1.22

version 1.21, 2014/07/05 03:55:42 version 1.22, 2014/08/20 16:51: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/ifplot.h,v 1.20 2014/06/27 07:58:29 saito Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/ifplot.h,v 1.21 2014/07/05 03:55:42 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[];
   
 extern Pixel BackPixel;  
 #if defined(INTERVAL)  #if defined(INTERVAL)
 extern int Itvplot;  extern int Itvplot;
 #endif  #endif

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

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