Plan 9 from User Space's /usr/local/plan9/include/cursor.h

#ifndef _CURSOR_H_
#define _CURSOR_H_ 1
#if defined(__cplusplus)
extern "C" { 
#endif

typedef struct Cursor Cursor;
struct	Cursor
{
	Point	offset;
	uchar	clr[2*16];
	uchar	set[2*16];
};

#if defined(__cplusplus)
}
#endif
#endif

Space Glenda

Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See license for details.