diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-01-26 10:00:02 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-01-26 10:00:02 +0000 |
| commit | 6dab3d1e54ccd4c18200f20500e091f6ea4531e0 (patch) | |
| tree | bf2cf46b01ddbaa0d6846727d8d1cda1815a12cb /sys/modules/splash | |
| parent | 44ad10ea415e5968dd707501b7371bad15cd2345 (diff) | |
Notes
Diffstat (limited to 'sys/modules/splash')
| -rw-r--r-- | sys/modules/splash/bmp/splash_bmp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/splash/bmp/splash_bmp.c b/sys/modules/splash/bmp/splash_bmp.c index b9c1f6aa2c5a..ac547dca3923 100644 --- a/sys/modules/splash/bmp/splash_bmp.c +++ b/sys/modules/splash/bmp/splash_bmp.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: splash_bmp.c,v 1.3 1999/01/13 09:59:30 yokota Exp $ + * $Id: splash_bmp.c,v 1.4 1999/01/21 18:29:33 yokota Exp $ */ #include <sys/param.h> @@ -531,9 +531,7 @@ bmp_Draw(video_adapter_t *adp) bmp_info.vidmem = (u_char *)adp->va_window; bmp_info.adp = adp; /* XXX; the following line is correct only for 8bpp modes */ - /* fill(&bmp_info, 0, 0, bmp_info.swidth, bmp_info.sheight); - */ (*vidsw[adp->va_index]->set_win_org)(adp, 0); bmp_info.bank = 0; |
