1 #pragma src "/sys/src/libdraw" 2 3 struct Cursor 4 { 5 Point offset; 6 uchar clr[2*16]; 7 uchar set[2*16]; 8 }; 9