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

1995/0808/pc/vgaark2000pv.c (diff list | history)

1995/0808/sys/src/9/pc/vgaark2000pv.c:154,1691995/0812/sys/src/9/pc/vgaark2000pv.c:154,169 (short | long | prev | next)
1995/0516    
	 */ 
	if((x = p.x+hotpoint.x) < 0){ 
		xo = -x; 
		x = 0; 
1995/0812    
		x = 1; 
1995/0516    
	} 
	else 
		xo = 0; 
1995/0812    
		xo = 1; 
1995/0516    
	if((y = p.y+hotpoint.y) < 0){ 
		yo = -y; 
		y = 0; 
1995/0812    
		y = 1; 
1995/0516    
	} 
	else 
		yo = 0; 
1995/0812    
		yo = 1; 
1995/0516    
 
	/* 
	 * Load the new values. 


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