|
From: Antonino D. <ad...@po...> - 2003-03-09 06:19:56
|
On Sun, 2003-03-09 at 11:47, Thomas Winischhofer wrote: > > > Granted, the patch I submitted was a quickwrite, never meant to be > > applied but serves only to illustrate. This is a more proper patch, > > applied against James latest fbdev.diff. It simplifies the equation, > > remove the unnecessary 'if' conditional. Apply it, don't apply it, I > > don't care. > > That's not up to me to decide. For me, the only thing that counts is > that the console can deal with text areas that are smaller than the > screen resolution. Besides, your last sentence was certainly not > neccessary. You among friends here. > My apologies if I sounded too harsh, no offense was intended. I just meant that your code and mine achieves the same and (hopefully) correct results And because the code is in a non-performance critical section, I don't care whichever is used (except for the var->yres and info->var.yres issue). If the code affects a critical section (blitting, character painting, etc), of course, that's another story. Tony |