git: 9front

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