shithub: plan9front

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