IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2005, 3:23:01 PM (21 years ago)
Author:
eugene
Message:

substantial work to move kii/kapa call into libkapa, unify RotFont, bDraw functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/button/PSit.c

    r5701 r5852  
    246246  int i, k, m, val;
    247247  double Nchar, Npix, start, slope, frac;
    248   char *buff;
     248  unsigned char *buff;
    249249
    250250  Nchar = 255.0;
     
    318318  extra = 4 - (dx * 3) % 4;
    319319  /* start at the last line, print lines in decending order */
    320   buff = &layout[0].picture.data[(dy - 1)*(3*dx + extra)];
     320  buff = (unsigned char *)&layout[0].picture.data[(dy - 1)*(3*dx + extra)];
    321321  slope = layout[0].slope;
    322322  start = layout[0].start;
Note: See TracChangeset for help on using the changeset viewer.