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

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

1992/1026/sys/src/9/port/devbit.c:1,51992/1030/sys/src/9/port/devbit.c:1,7 (short | long | prev | next)
1990/0324    
#include	"u.h" 
1992/0321    
#include	"../port/lib.h" 
1992/1030    
#include	<libg.h> 
#include	<gnot.h> 
1990/0324    
#include	"mem.h" 
#include	"dat.h" 
#include	"fns.h" 
1992/1026/sys/src/9/port/devbit.c:7,141992/1030/sys/src/9/port/devbit.c:9,14
1990/0324    
 
#include	"devtab.h" 
 
1992/0211    
#include	<libg.h> 
1990/0902    
#include	<gnot.h> 
1991/0708    
#include	"screen.h" 
1990/0324    
 
1990/0327    
/* 
1992/1026/sys/src/9/port/devbit.c:103,1091992/1030/sys/src/9/port/devbit.c:103,108
1992/0209    
void	bitstring(GBitmap*, Point, GFont*, uchar*, long, Fcode); 
void	bitloadchar(GFont*, int, GSubfont*, int); 
1990/0912    
extern	GBitmap	gscreen; 
1992/1013    
extern	islcd; 
1990/0327    
 
1991/0707    
Mouseinfo	mouse; 
Cursorinfo	cursor; 
1992/1026/sys/src/9/port/devbit.c:268,2731992/1030/sys/src/9/port/devbit.c:267,273
1992/1015    
			continue; 
		} 
		screenupdate(mbb); 
1992/1030    
		mbb = Rect(10000, 10000, -10000, -10000); 
1992/1015    
		qunlock(&bit); 
		poperror(); 
	} 
1992/1026/sys/src/9/port/devbit.c:1591,15971992/1030/sys/src/9/port/devbit.c:1591,1597
1991/0706    
				error(Ebadblt); 
			ok = 1; 
			for(i = 0; i < nw; i++){ 
1992/0630    
				ok &= setcolor(i, BGLONG(p), BGLONG(p+4), BGLONG(p+8)); 
1992/1030    
				ok &= setcolor(flipping ? ~i : i, BGLONG(p), BGLONG(p+4), BGLONG(p+8)); 
1991/0706    
				p += 12; 
				m -= 12; 
			} 


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