Blame


1 b2cfc4e2 2003-09-30 devnull typedef struct Cursor Cursor;
2 b2cfc4e2 2003-09-30 devnull struct Cursor
3 b2cfc4e2 2003-09-30 devnull {
4 b2cfc4e2 2003-09-30 devnull Point offset;
5 b2cfc4e2 2003-09-30 devnull uchar clr[2*16];
6 b2cfc4e2 2003-09-30 devnull uchar set[2*16];
7 b2cfc4e2 2003-09-30 devnull };