home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / update30.lzh / UPDATE30 / DIFFS < prev    next >
Text File  |  1993-07-30  |  997b  |  51 lines

  1. *** 1.2    1993/02/26 04:07:09
  2. --- bitmap.c    1993/04/21 18:47:11
  3. ***************
  4. *** 104,109 ****
  5. --- 104,110 ----
  6.      }
  7.   
  8.   /* determine screen depth */
  9. +    DEPTH=1;
  10.      for (i = 1; i < 32; i++) {
  11.       if (work_out[13] <= (1L << i)) {
  12.           DEPTH = i;
  13. *** 1.2    1993/02/26 04:07:09
  14. --- bitmap.h    1993/04/21 18:30:53
  15. ***************
  16. *** 166,172 ****
  17.   extern int DEPTH;        /* on the atari, this can vary */
  18.   #define NOCOLOR        (0x0F)
  19.   
  20. ! #if 0
  21.   #define GETCOLOR(x)    ((x)<<4)
  22.   #define PUTCOLOR(x)    ((x)>>4)
  23.   #else
  24. --- 166,172 ----
  25.   extern int DEPTH;        /* on the atari, this can vary */
  26.   #define NOCOLOR        (0x0F)
  27.   
  28. ! #if 1
  29.   #define GETCOLOR(x)    ((x)<<4)
  30.   #define PUTCOLOR(x)    ((x)>>4)
  31.   #else
  32. *** 1.2    1993/02/26 04:07:09
  33. --- line.c    1993/04/22 23:02:30
  34. ***************
  35. *** 108,114 ****
  36.      dx = x1 - x0;
  37.      dy = y1 - y0;
  38.   
  39. ! #if 1
  40.      color = PUTCOLOR(func);
  41.   #else
  42.      color = 1;
  43. --- 108,114 ----
  44.      dx = x1 - x0;
  45.      dy = y1 - y0;
  46.   
  47. ! #if 0
  48.      color = PUTCOLOR(func);
  49.   #else
  50.      color = 1;
  51.