mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
tuxtxt: fix display of line25 in zoom mode
[vanhofen: was already ok in our code; just aligning code format]
This commit is contained in:
@@ -5597,7 +5597,9 @@ void CopyBB2FB()
|
||||
|
||||
/* copy line25 in normal height */
|
||||
if (!pagecatching )
|
||||
memmove(dst + (24 * fontheight) * var_screeninfo.xres, src + (24 * fontheight) * var_screeninfo.xres, var_screeninfo.xres * fontheight * sizeof(fb_pixel_t));
|
||||
memmove(dst + (24 * fontheight) * var_screeninfo.xres,
|
||||
src + (24 * fontheight) * var_screeninfo.xres,
|
||||
var_screeninfo.xres * fontheight * sizeof(fb_pixel_t));
|
||||
|
||||
if (transpmode[boxed])
|
||||
fillcolor = transp;
|
||||
|
Reference in New Issue
Block a user