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

2000/0716/port/devmouse.c (diff list | history)

2000/0516/sys/src/9/port/devmouse.c:142,1482000/0716/sys/src/9/port/devmouse.c:142,148 (short | long | prev | next)
1993/1006    
		unlock(&mouse); 
		break; 
1999/1012    
	case Qmousein: 
2000/0516    
		error("disabled"); 
2000/0716    
	/*	error("disabled");	*/ 
1999/1012    
		lock(&mouse); 
		if(mouse.inopen){ 
			unlock(&mouse); 
2000/0516/sys/src/9/port/devmouse.c:546,5522000/0716/sys/src/9/port/devmouse.c:546,552
1993/1006    
	static uchar msg[3]; 
	static int nb; 
	static int middle; 
	static uchar b[] = { 0, 4, 1, 5, 0, 2, 1, 5 }; 
2000/0716    
	static uchar b[] = { 0, 4, 1, 5, 0, 2, 1, 3 }; 
1993/1006    
	short x; 
	int dx, dy, newbuttons; 
 
2000/0516/sys/src/9/port/devmouse.c:586,5922000/0716/sys/src/9/port/devmouse.c:586,592
1993/1006    
{ 
	static short msg[5]; 
	static int nb; 
	static uchar b[] = {0, 4, 2, 6, 1, 5, 3, 7, 0, 2, 2, 6, 1, 5, 3, 7}; 
2000/0716    
	static uchar b[] = {0, 4, 2, 6, 1, 5, 3, 7, 0, 2, 2, 6, 1, 3, 3, 7}; 
1993/1006    
	int dx, dy, newbuttons; 
 
	if((c&0xF0) == 0x80) 


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