shithub: plan9front

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