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

1991/0710/gnot/screen.h (diff list | history)

1991/0708/sys/src/9/gnot/screen.h:28,311991/0710/sys/src/9/gnot/screen.h:28,35 (short | long | prev | next)
1991/0708    
 
extern void		mouseupdate(int); 
 
#define gbitblt(d,p,s,r,f) balubitblt(d,p,s,r,f) 
1991/0710    
/* 
 * kernel mustn't use balu; user (/dev/bitblt) can 
 */ 
#define kbitblt 	gbitblt 
#define	ubitblt		balubitblt 


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