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

1998/0417/pc/screen.h (diff list | history)

1998/0331/sys/src/9/pc/screen.h:11,171998/0417/sys/src/9/pc/screen.h:11,16 (short | long | prev | next)
Change mousectl to accept list of fields. Remove global mouseswap.
rsc Fri Mar 4 12:44:25 2005
1997/1101    
extern void mouseaccelerate(char*); 
extern int m3mouseputc(void*, int); 
extern int mouseputc(void*, int); 
extern int mouseswap; 
 
extern Cursorinfo cursor; 
1998/0209    
extern Cursor arrow; 
1998/0331/sys/src/9/pc/screen.h:106,1121998/0417/sys/src/9/pc/screen.h:105,111
1997/1101    
}; 
1998/0319    
 
/* mouse.c */ 
extern void mousectl(char*); 
1998/0417    
extern void mousectl(char*[], int); 
1998/0319    
 
/* screen.c */ 
extern void	flushmemscreen(Rectangle); 


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