git: 9front

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