IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 27, 2005, 9:22:01 PM (21 years ago)
Author:
eugene
Message:

fixed up RotFont stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/include/structures.h

    r4769 r5611  
    5656  int    width;
    5757  int    height;
    58   char *bits;
     58  unsigned char *bits;
    5959} Icon;
    6060
     
    111111} Axis;
    112112
     113typedef struct {
     114  int dx, dy, ascent;
     115  unsigned char *bits;
     116} RotFont;
     117
     118typedef struct {
     119  RotFont *font;
     120  char name[64];
     121  int size;
     122} FontSet;
    113123
    114124/******** Here we define the Layout struct specific to this program  *******/
Note: See TracChangeset for help on using the changeset viewer.