Go to file
nathanw 54caa65cf6 Correct the ri_xorigin calculation for the RI_CENTER case again.
Original calculation (bits += (ri_stride - ri_emustride) / 2) was
incorrect because stride may be wider than visible width.

Fix in 1.33 (bits += (ri_width - ri_emustride) / 2) was incorrect
because units do not match; "bits" and "ri_emustride" are in bytes,
but "width" is in pels. Works by accident for 8bpp displays.

Change to bits += ((ri_width * bpp / 8) - ri_emustride) / 2
to correctly account for visible width and bpp.
2001-02-12 04:33:36 +00:00
bin remove redundant declarations and nexted externs. 2001-02-04 19:52:06 +00:00
crypto undef ECHO to avoid a warning from the lex-generated code 2001-02-11 17:59:15 +00:00
dist copy "Version" file for import. 2001-02-11 07:04:20 +00:00
distrib update shared library names for heimdal 0.3e 2001-02-11 18:27:49 +00:00
etc Introduce max_grouplen - this determines the maximum permitted length 2001-02-11 09:55:09 +00:00
games kill dupe 2001-02-10 18:14:13 +00:00
gnu New library string makes it necessary to make this variable (save_adr) static. 2001-02-11 03:25:11 +00:00
include update generated headers for 0.3e 2001-02-11 17:55:16 +00:00
lib update for new libkrb5 2001-02-11 18:28:50 +00:00
libexec add -lutil (for pidfile) 2001-02-11 18:30:08 +00:00
regress 40B: just symlink in and out, don't bother copying it 2001-01-19 12:34:45 +00:00
sbin Fix typo. 2001-02-11 13:04:22 +00:00
share Copyright 1997-2001 (range). 2001-02-12 04:04:37 +00:00
sys Correct the ri_xorigin calculation for the RI_CENTER case again. 2001-02-12 04:33:36 +00:00
usr.bin __arm26__ || __arm32__ -> __arm__ 2001-02-10 19:15:24 +00:00
usr.sbin update make infrastructure and shlib versions numbers for heimdal 0.3e 2001-02-11 18:02:04 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING mention that we need to rebuild yacc now. 2001-02-04 19:50:26 +00:00