|
From: Antonino D. <ad...@po...> - 2003-01-11 13:57:34
|
On Sat, 2003-01-11 at 21:24, Geert Uytterhoeven wrote: > > > > Do you think this will work? The only problem I can think of is a color > > expansion request where both bg and fg is 0. > > And that can happen, try <ESC>[31m<ESC>[41m to set both to red. > > > Or to totally eliminate the above possibility, add an extra field in > > struct fb_image to denote color expansion vs logo drawing. Again, only > > mono cards will need to do this test. > > Ugh, why invent a new field if we can use an existing field? depth == 0 is > invalid for image blitting anyway. > No argument here. Tony |