plan9fox/sys/include/cursor.h

9 lines
102 B
C
Raw Normal View History

#pragma src "/sys/src/libdraw"
struct Cursor
{
Point offset;
uchar clr[2*16];
uchar set[2*16];
};