git: 9front

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