shithub: riscv

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