git: 9front

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