Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/pmax/tc



Module Name:    src
Committed By:   mhitch
Date:           Mon Jan 10 04:40:05 UTC 2005

Modified Files:
        src/sys/arch/pmax/tc: dtms.c

Log Message:
Maxine mouse buttons were being mapped incorrectly (old dtop.c code mapped
them to serial mouse buttons, which were then mapped into events to pass
to the X server).
Also fix bug in mouse motion - putting 2 unsigned bytes into an integer
resulted in a 16-bit unsigned value, so negative mouse motion didn't work.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/pmax/tc/dtms.c

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




Home | Main Index | Thread Index | Old Index