mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
menu: make page_start[] int, avoids lots of casts
This commit is contained in:
committed by
svenhoefer
parent
020d52ddbb
commit
ed039d6ba9
@@ -433,7 +433,7 @@ class CMenuWidget : public CMenuTarget
|
||||
neutrino_locale_t name;
|
||||
CFrameBuffer *frameBuffer;
|
||||
std::vector<CMenuItem*> items;
|
||||
std::vector<unsigned int> page_start;
|
||||
std::vector<int> page_start;
|
||||
std::string iconfile;
|
||||
|
||||
int min_width;
|
||||
|
Reference in New Issue
Block a user