shithub: plan9front

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