mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 17:34:40 +02:00
Make GMenu2X::initBG() private
This commit is contained in:
parent
b18e3fa6a8
commit
69b2b795a2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user