patch-2.4.0-test2 linux/drivers/video/macmodes.c
Next file: linux/drivers/video/matrox/matroxfb_base.c
Previous file: linux/drivers/video/macfb.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jun 20 14:28:05 2000
- Orig file:
v2.4.0-test1/linux/drivers/video/macmodes.c
- Orig date:
Thu May 11 15:30:08 2000
diff -u --recursive --new-file v2.4.0-test1/linux/drivers/video/macmodes.c linux/drivers/video/macmodes.c
@@ -265,7 +265,7 @@
n = n_entries - i;
if (n > 16)
n = 16;
- palette_cmap.start = 1;
+ palette_cmap.start = i;
palette_cmap.len = n;
for (j = 0; j < n; j++) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)