[Commit] kdrive/itsy Imakefile, 1.2, 1.3 itsy.c, 1.3, 1.4 itsy.h, 1.2, 1.3 kbd.c, 1.2, 1.3 ts.c, 1.2, 1.3

Keith Packard commit at keithp.com
Mon Jul 7 13:13:32 PDT 2003


Committed by: keithp

Update of /local/src/CVS/kdrive/itsy
In directory home.keithp.com:/tmp/cvs-serv15771/itsy

Modified Files:
	Imakefile itsy.c itsy.h kbd.c ts.c 
Log Message:
Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add -rawcoord option to not transform mice on rotate, fix mtrr to use power-of-two size, add a few vesa options

Index: Imakefile
===================================================================
RCS file: /local/src/CVS/kdrive/itsy/Imakefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Imakefile	3 Sep 2000 05:11:18 -0000	1.2
+++ Imakefile	7 Jul 2003 19:12:59 -0000	1.3
@@ -1,5 +1,5 @@
 XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
-XCOMM $XFree86: xc/programs/Xserver/hw/nvfb/Imakefile,v 3.8 1996/12/23 06:30:19 dawes Exp $
+XCOMM $RCSId: xc/programs/Xserver/hw/nvfb/Imakefile,v 3.8 1996/12/23 06:30:19 dawes Exp $
 KDRIVE=..
 #include "../Kdrive.tmpl"
 

Index: itsy.c
===================================================================
RCS file: /local/src/CVS/kdrive/itsy/itsy.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- itsy.c	23 Feb 2000 20:29:58 -0000	1.3
+++ itsy.c	7 Jul 2003 19:12:59 -0000	1.4
@@ -21,7 +21,7 @@
  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  * PERFORMANCE OF THIS SOFTWARE.
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/itsy/itsy.c,v 1.2 1999/12/30 03:03:09 robin Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/itsy/itsy.c,v 1.2 1999/12/30 03:03:09 robin Exp $ */
 
 #include "itsy.h"
 

Index: itsy.h
===================================================================
RCS file: /local/src/CVS/kdrive/itsy/itsy.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- itsy.h	23 Feb 2000 20:29:59 -0000	1.2
+++ itsy.h	7 Jul 2003 19:12:59 -0000	1.3
@@ -21,7 +21,7 @@
  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  * PERFORMANCE OF THIS SOFTWARE.
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/itsy/itsy.h,v 1.1 1999/11/19 13:53:53 hohndel Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/itsy/itsy.h,v 1.1 1999/11/19 13:53:53 hohndel Exp $ */
 
 #include "kdrive.h"
 #include <stdio.h>

Index: kbd.c
===================================================================
RCS file: /local/src/CVS/kdrive/itsy/kbd.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kbd.c	23 Feb 2000 20:29:59 -0000	1.2
+++ kbd.c	7 Jul 2003 19:12:59 -0000	1.3
@@ -21,7 +21,7 @@
  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  * PERFORMANCE OF THIS SOFTWARE.
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/itsy/kbd.c,v 1.1 1999/11/19 13:53:53 hohndel Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/itsy/kbd.c,v 1.1 1999/11/19 13:53:53 hohndel Exp $ */
 
 #include "itsy.h"
 #include "kkeymap.h"

Index: ts.c
===================================================================
RCS file: /local/src/CVS/kdrive/itsy/ts.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ts.c	23 Feb 2000 20:29:59 -0000	1.2
+++ ts.c	7 Jul 2003 19:12:59 -0000	1.3
@@ -21,7 +21,7 @@
  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  * PERFORMANCE OF THIS SOFTWARE.
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/itsy/ts.c,v 1.1 1999/11/19 13:53:54 hohndel Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/itsy/ts.c,v 1.1 1999/11/19 13:53:54 hohndel Exp $ */
 
 #define NEED_EVENTS
 #include "itsy.h"




More information about the Commit mailing list