shithub: plan9front

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