git: 9front

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