shithub: plan9front

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