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

1999/0225/pc/screen.h (diff list | history)

1999/0225/sys/src/9/pc/screen.h:10,171999/0320/sys/src/9/pc/screen.h:10,17 (short | long | prev | next)
Change *mouseputc to use Queue.
rsc Fri Mar 4 12:44:25 2005
1997/1101    
extern Point mousexy(void); 
1997/0327    
 
1999/0225    
extern void mouseaccelerate(int); 
1997/1101    
extern int m3mouseputc(void*, int); 
extern int mouseputc(void*, int); 
1999/0320    
extern int m3mouseputc(Queue*, int); 
extern int mouseputc(Queue*, int); 
1997/1101    
 
extern Cursorinfo cursor; 
1998/0209    
extern Cursor arrow; 


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