git: 9front

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