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

2001/0527/carrera/screen.h (diff list | history)

2000/0504/sys/src/9/carrera/screen.h:1,202001/0527/sys/src/9/carrera/screen.h:0 (short | long | prev)
Deleted.
rsc Mon Mar 7 10:21:16 2005
1999/0119    
typedef struct Cursor Cursor; 
1994/0414    
typedef struct Cursorinfo	Cursorinfo; 
1993/0906    
                 
1994/0414    
struct Cursorinfo 
{ 
	Cursor; 
	Lock; 
}; 
1993/0906    
                 
1994/0414    
extern Cursorinfo	cursor; 
1998/0209    
extern Cursor		arrow; 
1994/0414    
                 
1994/0624    
extern int	cursoron(int); 
1994/0414    
#define		cursoroff(x) 
extern Point	mousexy(void); 
1997/0327    
void		setcursor(Cursor*); 
                 
1998/0417    
void		mousectl(char*[], int); 
1997/0327    
void		mousetrack(int, int, int); 
2000/0504    
void		blankscreen(int); 


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