git: 9front

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