Blob


1 typedef struct Cursor Cursor;
2 struct Cursor
3 {
4 Point offset;
5 uchar clr[2*16];
6 uchar set[2*16];
7 };