git: 9front

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