mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Make GMenu2X::initBG() private
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user