imageinfo_ni: Make interface and network speed configurable

Required for generic hardware


Origin commit data
------------------
Branch: ni/coolstream
Commit: 938cde230d
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-24 (Sat, 24 Sep 2016)

Origin message was:
------------------
imageinfo_ni: Make interface and network speed configurable

 Required for generic hardware


------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2016-09-24 19:49:07 +02:00
committed by vanhofen
parent c4a6b4ce10
commit 8eb8363f97
2 changed files with 17 additions and 4 deletions

View File

@@ -57,6 +57,8 @@ class CImageInfoNI : public CMenuTarget
int font_head;
int font_info;
int font_small;
std::string netIfName;
int netMaxBit;
void paint();
void paint_pig(int x, int y, int w, int h);