4.3BSD/usr/contrib/X/CLUlib/cursors.equ

arrow	   = "\040\000\120\000\210\000\004\001\002\002\001\004" ||
	     "\217\007\210\000\210\000\210\000\210\000\210\000" ||
	     "\210\000\370\000"
arrow_mask = "\040\000\160\000\370\000\374\001\376\003\377\007" ||
	     "\377\007\370\000\370\000\370\000\370\000\370\000" ||
	     "\370\000\370\000"
arrow_width = 11
arrow_height = 14
arrow_x = 5
arrow_y = 1

cross	   = "\300\003\100\002\100\002\100\002" ||
	     "\100\002\100\002\177\376\001\200" ||
	     "\001\200\177\376\100\002\100\002" ||
	     "\100\002\100\002\100\002\300\003"
cross_mask = "\300\003\300\003\300\003\300\003" ||
	     "\300\003\300\003\377\377\377\377" ||
	     "\377\377\377\377\300\003\300\003" ||
	     "\300\003\300\003\300\003\300\003"
cross_width = 16
cross_height = 16
cross_x = 8
cross_y = 8