shithub: plan9front

ref: a89bee73739384c02c9d2caa82a0f780e3c25345
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];
};