Merge branch 'ni/tuxbox' into ni/mp/tuxbox

Conflicts:
	src/system/helpers.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: c1803eacac
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-01-29 21:32:04 +01:00
16 changed files with 135 additions and 53 deletions

View File

@@ -565,6 +565,7 @@ CMenuWidget::CMenuWidget()
info_box = NULL;
header = NULL;
nextShortcut = 1;
x = y = 0;
}
CMenuWidget::CMenuWidget(const neutrino_locale_t Name, const std::string & Icon, const int mwidth, const mn_widget_id_t &w_index)
@@ -639,6 +640,7 @@ void CMenuWidget::Init(const std::string &Icon, const int mwidth, const mn_widge
nextShortcut = 1;
saveScreen_width = 0;
saveScreen_height = 0;
x = y = 0;
}
void CMenuWidget::move(int xoff, int yoff)