xserver/hw/kdrive/fbdev fbinit.c,1.14,1.15

Keith Packard xserver-commit at pdx.freedesktop.org
Tue Feb 8 14:43:56 PST 2005


Committed by: keithp

Update of /cvs/xserver/xserver/hw/kdrive/fbdev
In directory gabe:/tmp/cvs-serv18753/hw/kdrive/fbdev

Modified Files:
	fbinit.c 
Log Message:
2005-02-08  Keith Packard  <keithp at keithp.com>

	* hw/kdrive/ati/radeon_composite.c 
	Support linear filtering
	
	* hw/kdrive/fbdev/fbinit.c: (InitInput):
	* hw/kdrive/ipaq/ipaq.c: (InitInput):
	* hw/kdrive/linux/Makefile.am:
	* hw/kdrive/linux/linux.c: (LinuxFini):
	* hw/kdrive/mach64/mach64stub.c: (InitCard):
	* hw/kdrive/src/kaa.c: (kaaFillTiled):
	* hw/kdrive/src/kaa.h:
	* hw/kdrive/src/kdrive.h:
	* hw/kdrive/src/kinput.c: (KdMouseProc), (KdAddMouseDriver),
	(KdInitInput):
	Change how touch screens work -- make them just another 'mouse'
	device.
	Add unfinished (and unused) code to accelerate tiled fills.



Index: fbinit.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/fbdev/fbinit.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fbinit.c	18 Nov 2003 04:53:15 -0000	1.14
+++ fbinit.c	8 Feb 2005 22:43:54 -0000	1.15
@@ -47,7 +47,7 @@
 {
     KdInitInput (&LinuxMouseFuncs, &LinuxKeyboardFuncs);
 #ifdef TOUCHSCREEN
-    KdInitTouchScreen (&TsFuncs);
+    KdAddMouseDriver (&TsFuncs);
 #endif
 }
 



More information about the xserver-commit mailing list