Adapt neutrino-mp for CST hardware part #4

- Add hw_caps.frontend to dboxinfo head


Origin commit data
------------------
Commit: 2f3c97acb3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-15 (Fri, 15 Jan 2016)
This commit is contained in:
Michael Liebmann
2016-01-15 16:20:00 +01:00
parent 48e4e8cba8
commit 11a926f4d3

View File

@@ -353,6 +353,10 @@ void CDBoxInfoWidget::paint()
title += g_info.hw_caps->boxvendor;
title += " ";
title += g_info.hw_caps->boxname;
#if HAVE_COOL_HARDWARE
title += " - ";
title += g_info.hw_caps->frontend;
#endif
CComponentsHeader header(x, ypos, width, hheight, title, NEUTRINO_ICON_SHELL);
header.paint(CC_SAVE_SCREEN_NO);