shithub: plan9front

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