14 extern int wfo_in_use[20];
15 extern struct map map[1500];
23 extern unsigned long xmap[16];
24 extern unsigned long qmap[16];
26 extern float delim[][16];
41 int l,line_width,line_style,cap_style,join_style;
45 int minx,miny,ix,iy,maxx,maxy;
47 float uz,mz,lz,gz,fx,fy;
92 if(
map[
ib].zmaps_done[num-100] <=0)
97 for(hh=0;hh<20;hh++) {
99 if(wfo_in_use[hh] == -1)
102 if(
map[
ib].owner==wfo_in_use[hh])
107 if(wfo_in_use[hh]==-1)
151 if(
map[
ib].zones[1] !=1 &&
152 map[
ib].zones[2] !=1 &&
153 map[
ib].zones[3] !=1) {
171 if(mapvalue > .01 || mapvalue < -.01) {
184 line_style=LineSolid;
186 join_style=JoinMiter;
188 XSetLineAttributes(
display,
gc,line_width,line_style,cap_style,
238 if(ix < 0 || iy < 0 || ix >= maxx-1 || iy >= maxy-1) {
278 mpoint[4].x=mpoint[0].x;
279 mpoint[4].y=mpoint[0].y;
293 if(mapvalue <= 0.01 && mapvalue >= -0.01)
301 XFillPolygon(
display,pixm,
gc,mpoint,5,Convex,CoordModeOrigin);
306 line_style=LineSolid;
308 join_style=JoinMiter;
310 XSetLineAttributes(
display,
gc,line_width,line_style,cap_style,
struct hrap_grid * hrap_grid
void plot_rsel(Pixmap pixm, int h, int display_flag, int num)
struct hrap_data * hrap_data