git: 9front

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