=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/plot/if.c,v retrieving revision 1.27 retrieving revision 1.29 diff -u -p -r1.27 -r1.29 --- OpenXM_contrib2/asir2000/plot/if.c 2014/05/12 16:54:41 1.27 +++ OpenXM_contrib2/asir2000/plot/if.c 2014/05/25 03:07:04 1.29 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/plot/if.c,v 1.26 2014/03/25 19:22:15 ohara Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/plot/if.c,v 1.28 2014/05/13 16:28:08 saito Exp $ */ #include "ca.h" #include "parse.h" @@ -567,7 +567,7 @@ void ifplot_resize(struct canvas *can,POINT spos,POINT } else { create_canvas(ncan); if( can->precise ) qifplotmain(ncan); - else ifplotmain(ncan); + else ifplotmainOld(ncan); copy_to_canvas(ncan); } } @@ -945,6 +945,7 @@ void obj_op(struct canvas *cansrc, struct canvas *cant count_and_flush(); flush(); } +#endif int polarplotNG(NODE arg){ int i,id,color,orgcolor,width,height; NODE n; @@ -990,4 +991,3 @@ int polarplotNG(NODE arg){ define_cursor(can->window,normalcur); return id; } -#endif