git: 9front

ref: 7ffe9c7f4214be8ae5e1e0357585b2df0c05cf41
dir: /sys/include/cursor.h/

View raw version
#pragma src "/sys/src/libdraw"

struct	Cursor
{
	Point	offset;
	uchar	clr[2*16];
	uchar	set[2*16];
};