mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +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 */
|
/* copy line25 in normal height */
|
||||||
if (!pagecatching )
|
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])
|
if (transpmode[boxed])
|
||||||
fillcolor = transp;
|
fillcolor = transp;
|
||||||
|
Reference in New Issue
Block a user