[BACK]Return to plotg.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Diff for /OpenXM_contrib2/asir2000/plot/plotg.c between version 1.5 and 1.9

version 1.5, 2000/11/09 02:30:44 version 1.9, 2015/08/14 13:51:56
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/plotg.c,v 1.4 2000/11/07 06:06:40 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/plot/plotg.c,v 1.8 2015/08/06 10:01:53 fujimoto Exp $
 */  */
   
   /* XXX : declared in ox_plot_xevent.c on darwin */
   #if !defined(__DARWIN__)
 #include "ca.h"  #include "ca.h"
 #include "parse.h"  #include "parse.h"
 #include "ox.h"  #include "ox.h"
Line 57  int stream;
Line 60  int stream;
 DISPLAY *display;  DISPLAY *display;
 CURSOR normalcur,runningcur,errorcur;  CURSOR normalcur,runningcur,errorcur;
   
 #if defined(VISUAL)  #if defined(VISUAL) || defined(__MINGW32__)
 POINT start_point, end_point;  POINT start_point, end_point;
 SIZE cansize;  SIZE cansize;
 #else  #else
Line 67  XFontStruct *sffs;
Line 70  XFontStruct *sffs;
 #endif  #endif
   
 struct canvas *canvas[MAXCANVAS];  struct canvas *canvas[MAXCANVAS];
   struct canvas *closed_canvas[MAXCANVAS];
 struct canvas *current_can;  struct canvas *current_can;
   #endif

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.9

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