plan 9 kernel history: overview | file list | diff list

1994/0624/carrera/screen.h (diff list | history)

1994/0624/sys/src/9/carrera/screen.h:1,161994/0910/sys/src/9/carrera/screen.h:1,15 (short | long | prev | next)
1994/0414    
typedef struct Cursorinfo	Cursorinfo; 
1993/0906    
 
1994/0414    
struct Cursorinfo 
{ 
	Cursor; 
	Lock; 
}; 
1993/0906    
 
1994/0414    
extern Cursorinfo	cursor; 
 
extern void	mouseupdate(int); 
1994/0624    
extern int	cursoron(int); 
1994/0414    
#define		cursoroff(x) 
#define		mousectl(s) 
extern Point	mousexy(void); 
1994/0520    
void			setcursor(Cursor*); 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)