Subject: Re: Testers wanted with LCG framebuffers and -current
To: None <port-vax@NetBSD.org>
From: Blaz Antonic <blaz.antonic@siol.net>
List: port-vax
Date: 06/14/2004 17:15:42
Uhhuh, first bug: font rendering won't work correctly unless you change 

         put(0x06800000);
         put(source);
-        put(lcg_xsize);

into 

         put(0x06800000);
         put(source);
+        put(lcg_font.stride);

in renderchar() function. (- and + are there to indicate the line that
needs changing, in diff fashion)

Blaz Antonic 
-- 
Hi! I'm a signature virus!
Copy me into your signature to help me spread!