git: 9front

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