mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
imageinfo_ni: Disable paint_DF_Info()
Required for generic hardware
Origin commit data
------------------
Branch: ni/coolstream
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 was generated by Migit
This commit is contained in:
committed by
vanhofen
parent
0bb21a9541
commit
c4a6b4ce10
@@ -289,6 +289,7 @@ void CImageInfoNI::paint()
|
||||
|
||||
ypos += sheight;
|
||||
|
||||
#ifndef HAVE_GENERIC_HARDWARE
|
||||
get_MTD_Info();
|
||||
//paint_MTD_Info(xpos);
|
||||
//ypos+= sheight;
|
||||
@@ -296,6 +297,7 @@ void CImageInfoNI::paint()
|
||||
paint_DF_Info(xpos);
|
||||
|
||||
ypos+= sheight;
|
||||
#endif
|
||||
|
||||
paint_Stat_Info_Box(xcpu, ycpu, width/3, height/3);
|
||||
}
|
||||
|
Reference in New Issue
Block a user