mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
imageinfo_ni: Disable paint_DF_Info()
Required for generic hardware
Origin commit data
------------------
Commit: cb2d840a03
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-24 (Sat, 24 Sep 2016)
Origin message was:
------------------
imageinfo_ni: Disable paint_DF_Info()
Required for generic hardware
This commit is contained in:
committed by
vanhofen
parent
bc3657b573
commit
90c2a54f2b
@@ -289,6 +289,7 @@ void CImageInfoNI::paint()
|
|||||||
|
|
||||||
ypos += sheight;
|
ypos += sheight;
|
||||||
|
|
||||||
|
#ifndef HAVE_GENERIC_HARDWARE
|
||||||
get_MTD_Info();
|
get_MTD_Info();
|
||||||
//paint_MTD_Info(xpos);
|
//paint_MTD_Info(xpos);
|
||||||
//ypos+= sheight;
|
//ypos+= sheight;
|
||||||
@@ -296,6 +297,7 @@ void CImageInfoNI::paint()
|
|||||||
paint_DF_Info(xpos);
|
paint_DF_Info(xpos);
|
||||||
|
|
||||||
ypos+= sheight;
|
ypos+= sheight;
|
||||||
|
#endif
|
||||||
|
|
||||||
paint_Stat_Info_Box(xcpu, ycpu, width/3, height/3);
|
paint_Stat_Info_Box(xcpu, ycpu, width/3, height/3);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user