git: 9front

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