mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
tuxtxt: fix display of line25 in zoom mode
[vanhofen: was already ok in our code; just aligning code format]
Origin commit data
------------------
Branch: ni/coolstream
Commit: 25123fa63d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-02-18 (Sun, 18 Feb 2018)
------------------
This commit was generated by Migit
This commit is contained in:
committed by
vanhofen
parent
0c74e125d6
commit
221928c3e9
@@ -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