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

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

1994/0210/sys/src/9/carrera/screen.h:1,81994/0414/sys/src/9/carrera/screen.h:1,16 (short | long | prev | next)
1993/0906    
extern void		mouseupdate(int); 
1994/0414    
typedef struct Cursorinfo	Cursorinfo; 
1993/0906    
 
#define	hwscreenwrite(a, b) 
1994/0414    
struct Cursorinfo 
{ 
	Cursor; 
	Lock; 
}; 
1993/0906    
 
#define mbbpt(x) 
#define mbbrect(x) 
#define mousescreenupdate() 
1994/0210    
#define mousectl(s) 
1994/0414    
extern Cursorinfo	cursor; 
 
extern void	mouseupdate(int); 
extern void	cursoron(int); 
#define		cursoroff(x) 
#define		mousectl(s) 
extern Point	mousexy(void); 
#define		hwscreenwrite(a, b) 


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