version 1.14, 2011/08/10 04:51:58 |
version 1.15, 2011/08/11 06:25:06 |
|
|
* 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/plotp.c,v 1.13 2005/12/21 23:18:16 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/plot/plotp.c,v 1.14 2011/08/10 04:51:58 saito Exp $ |
*/ |
*/ |
#include "ca.h" |
#include "ca.h" |
#include "parse.h" |
#include "parse.h" |
|
|
static POINT oldpos; |
static POINT oldpos; |
#endif |
#endif |
|
|
|
#if defined(INTERVAL) |
unsigned long GetColor(Display *, char *); |
unsigned long GetColor(Display *, char *); |
|
|
unsigned long GetColor(Display *dis, char *color_name) |
unsigned long GetColor(Display *dis, char *color_name) |
Line 125 void area_print(DISPLAY *display, int **mask, struct c |
|
Line 126 void area_print(DISPLAY *display, int **mask, struct c |
|
count_and_flush(); |
count_and_flush(); |
flush(); |
flush(); |
} |
} |
|
#endif |
|
|
void if_print(DISPLAY *display,double **tab,struct canvas *can) |
void if_print(DISPLAY *display,double **tab,struct canvas *can) |
{ |
{ |