git: 9front

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