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

Made Surface argument to drawTopBar/drawBottomBar() mandatory

This commit is contained in:
Maarten ter Huurne
2013-08-14 11:38:38 +02:00
parent 69b2b795a2
commit 1ffae36004
3 changed files with 3 additions and 7 deletions

View File

@@ -466,7 +466,7 @@ void LinkApp::showManual() {
bg->blit(gmenu2x->s, 0, 0);
pngman->blit(gmenu2x->s, -page*320, 0);
gmenu2x->drawBottomBar();
gmenu2x->drawBottomBar(gmenu2x->s);
gmenu2x->drawButton(gmenu2x->s, "start", gmenu2x->tr["Exit"],
gmenu2x->drawButton(gmenu2x->s, "cancel", "",
gmenu2x->drawButton(gmenu2x->s, "right", gmenu2x->tr["Change page"],