shithub: riscv

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