[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.17 and 1.18

version 1.17, 2014/05/12 16:54:41 version 1.18, 2014/05/13 20:02:40
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.16 2014/03/25 19:24:43 ohara Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/ifplot.h,v 1.17 2014/05/12 16:54:41 saito Exp $
 */  */
 #if defined(VISUAL)  #if defined(VISUAL)
 /* for Visual C++ */  /* for Visual C++ */
Line 346  void area_print(DISPLAY *,double **, struct canvas *, 
Line 346  void area_print(DISPLAY *,double **, struct canvas *, 
 void memory_print(struct canvas *,BYTEARRAY *);  void memory_print(struct canvas *,BYTEARRAY *);
 void over_print(DISPLAY *,double **,struct canvas *,int);  void over_print(DISPLAY *,double **,struct canvas *,int);
 void polar_print(DISPLAY *,struct canvas *);  void polar_print(DISPLAY *,struct canvas *);
 unsigned long GetColor(Display *,char *);  unsigned long GetColor(DISPLAY *,char *);
 void Pox_pop_local(NODE,Obj *);  void Pox_pop_local(NODE,Obj *);
 void Pox_pop_cmo(NODE,Obj *);  void Pox_pop_cmo(NODE,Obj *);
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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