shithub: plan9front

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