[BACK]Return to emxvga.trm CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / term

Diff for /OpenXM_contrib/gnuplot/term/Attic/emxvga.trm between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2000/01/22 14:16:22 version 1.1.1.3, 2003/09/15 07:09:36
Line 280  char *s;
Line 280  char *s;
     k = 0;      k = 0;
     x = 0.5 + x0;      x = 0.5 + x0;
     y = 0.5 + y0;      y = 0.5 + y0;
     sa = sin(-Pi * angle / 180);      sa = sin(- DEG2RAD * angle );
     ca = cos(Pi * angle / 180);      ca = cos(DEG2RAD * angle );
     while (s[k]) {      while (s[k]) {
         for (i = 0; i < 8; i++)          for (i = 0; i < 8; i++)
             for (j = 0; j < 8; j++)              for (j = 0; j < 8; j++)

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

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