Subject: CVS commit: xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 12/07/2005 23:23:01
Module Name:	xsrc
Committed By:	mhitch
Date:		Wed Dec  7 23:23:01 UTC 2005

Modified Files:
	xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga: amigaKbd.c amigaMouse.c

Log Message:
XFree86 4.5.0 changed to using a "delta" time in GetTimeInMillis(), and
events timestamped with system time no longer corresponds in the server.
Keyboard or mouse events did not reset the screenblank timeout, and the
display would always blank.  Once the display blanked, keyboard or mouse
would cause an unblank though.  Use GetTimeInMillis() instead of the
timestamp provided by the kernel keyboard and mouse drivers.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 \
    xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amigaKbd.c \
    xsrc/xfree/xc/programs/Xserver/hw/netbsd/amiga/amigaMouse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.