shithub: riscv

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