shithub: riscv

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