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

1992/1113/port/devbit.c (diff list | history)

1992/1112/sys/src/9/port/devbit.c:1602,16101992/1113/sys/src/9/port/devbit.c:1602,1610 (short | long | prev | next)
1990/0327    
		} 
 
1991/0614    
	poperror(); 
1992/1107    
	screenupdate(); 
1990/0721    
	if(isoff) 
		cursoron(1); 
1992/1113    
	screenupdate(); 
1992/0622    
	qunlock(&bit); 
1990/0324    
	return n; 
} 
1992/1112/sys/src/9/port/devbit.c:1959,19651992/1113/sys/src/9/port/devbit.c:1959,1964
1992/1013    
		gbitblt(&gscreen, cursor.r.min, 
1991/0706    
			&set, Rect(0, 0, 16, 16), flipping? flipD[S|D] : S|D); 
1992/1104    
		mbbrect(cursor.r); 
1992/1107    
		screenupdate(); 
1990/0504    
	} 
	if(dolock) 
		unlock(&cursor); 
1992/1112/sys/src/9/port/devbit.c:1975,19811992/1113/sys/src/9/port/devbit.c:1974,1980
1992/1013    
	if(--cursor.visible == 0) { 
1991/1225    
		gbitblt(&gscreen, cursor.r.min, &cursorback, Rect(0, 0, 16, 16), S); 
1992/1104    
		mbbrect(cursor.r); 
1992/1107    
		screenupdate(); 
1992/1113    
		mousescreenupdate(); 
1992/1013    
	} 
1990/0504    
	if(dolock) 
		unlock(&cursor); 


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