git: 9front

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