Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/ic
Module Name: src
Committed By: jmmv
Date: Fri Jul 30 21:46:01 UTC 2004
Modified Files:
src/sys/dev/ic: vga_raster.c
Log Message:
Fix the eraserows operation, which was using an incorrect value to paint
the background. The problem was exposed when setting a non-black color
as the background, as the shift did not produce the expected fill value
(for black it worked because 0 is black).
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/ic/vga_raster.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