Hi Brian,
> > - Why do we use that complex X font structure which will also cause
> > problems for depths below 8, when we could just convert it once and
> > for all in misc.c to a bitmap format of our own?
> The X font structure is used so that the backbuffer can be updated
> to mirror the f
> This should fix the clipping problem.
Works great for me. TNX.
CU, Andy
--
= Andreas Beck| Email : <[EMAIL PROTECTED]> =
This should fix the clipping problem. I'm going to commit it into
the devel tree and if noone finds it to cause trouble it can be
placed in the stable tree.
--
Brian
? .deps
? .libs
? Makefile
? X.la
? box.lo
? buffer.lo
? color.lo
? fillscreen.lo
? gtext.lo
? hline.lo
? line.lo
? m
On Sat, 18 Jan 2003, Andreas Beck wrote:
> - Why do we use that complex X font structure which will also cause problems
> for depths below 8, when we could just convert it once and for all
> in misc.c to a bitmap format of our own?
The X font structure is used so that the backbuffer can be up