1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 21:05:27 +03:00

Make GMenu2X::initBG() private

This commit is contained in:
Maarten ter Huurne 2013-08-14 11:30:40 +02:00
parent b18e3fa6a8
commit 69b2b795a2

View File

@ -115,6 +115,7 @@ private:
void initServices();
void initFont();
void initMenu();
void initBG();
public:
GMenu2X();
@ -186,7 +187,6 @@ public:
void renameSection();
void deleteSection();
void initBG();
int drawButton(IconButton *btn, int x=5, int y=-10);
int drawButton(Surface *s, const std::string &btn, const std::string &text, int x=5, int y=-10);
int drawButtonRight(Surface *s, const std::string &btn, const std::string &text, int x=5, int y=-10);