diff options
| author | ad <ad@NetBSD.org> | 1999-04-26 04:29:12 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 1999-04-26 04:29:12 +0000 |
| commit | a6f7f56fde7d4e9d68cb24f24b1fd7217bef2c78 (patch) | |
| tree | 6c0499287af6d595c4d994f27cf0cd39c08c0b96 /sys/dev/rasops | |
| parent | f9510a4f4b4d5eb5c26d8bb89a417829b8509711 (diff) | |
Remove crud remaining from userland mockup.
Diffstat (limited to 'sys/dev/rasops')
| -rw-r--r-- | sys/dev/rasops/rasops24.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/dev/rasops/rasops24.c b/sys/dev/rasops/rasops24.c index a6a5ac5f1f8..b8731e93496 100644 --- a/sys/dev/rasops/rasops24.c +++ b/sys/dev/rasops/rasops24.c @@ -1,4 +1,4 @@ -/* $NetBSD: rasops24.c,v 1.4 1999/04/26 04:27:47 ad Exp $ */ +/* $NetBSD: rasops24.c,v 1.5 1999/04/26 04:29:12 ad Exp $ */ /* * Copyright (c) 1999 Andy Doran <ad@NetBSD.org> @@ -29,7 +29,7 @@ #include "opt_rasops.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rasops24.c,v 1.4 1999/04/26 04:27:47 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rasops24.c,v 1.5 1999/04/26 04:29:12 ad Exp $"); #include <sys/types.h> #include <sys/param.h> @@ -465,10 +465,9 @@ rasops24_putchar16(cookie, row, col, uc, attr) #endif /* Recompute stamp? */ - if (attr != stamp_attr) { - puts("putchar16 rms"); + if (attr != stamp_attr) rasops24_makestamp(ri, attr); - } + rp = (int32_t *)(ri->ri_bits + row*ri->ri_yscale + col*ri->ri_xscale); height = ri->ri_font->fontheight; |
