shithub: riscv

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