/*------------------------------------------------------------------------*/ /* Author: R. Timothy Edwards Date: March 29, 1991 -- April 12, 1991 (Version 0.0) Revisions: Version 1.0 completed April 25, 1991 (I/O graphs added) Version 2.0 completed (Makefile version) */ /*------------------------------------------------------------------------*/ /* Global variables -- X-window graphics */ /*------------------------------------------------------------------------*/ #define NODSIZ 25 /* Pixel size of a node */ #define SIGWIDTH 10 #define SIGHEIGHT 14 #define DELWIDTH 10 #define DELHEIGHT 13 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include extern Widget form, pix, graph, message; /* Widgets used by many routines */ extern Widget recnet; extern Display *dpy; extern Colormap cmap; extern XFontStruct *textstruct, *graphtext; extern int symbfont; /* ID of symbol font */ char msgstring[250]; extern char pixtitle[100]; extern GC gc, linegc, textgc, graphgc; extern long int redpixcolorpos[3], greenpixcolorpos[3], bluepixcolorpos[3]; extern long int redpixcolorneg[3], greenpixcolorneg[3], bluepixcolorneg[3]; extern long int colorvals[53];