summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbviewport.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-08-15 02:04:06 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-08-15 02:04:06 +0000
commitb413169b2ef5d94b2574afe0122c476ad703f4ff (patch)
tree39b68f635f19a15fae36a77b542c310bc5849add /utils/themeeditor/graphics/rbviewport.h
parent18a6f42f2622d27967c3ad83b27a1de4f713dff2 (diff)
downloadrockbox-b413169b2ef5d94b2574afe0122c476ad703f4ff.tar.gz
rockbox-b413169b2ef5d94b2574afe0122c476ad703f4ff.zip
Theme Editor: Changed playlist rendering to match new syntax
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27819 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/graphics/rbviewport.h')
-rw-r--r--utils/themeeditor/graphics/rbviewport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.h b/utils/themeeditor/graphics/rbviewport.h
index cc47e41666..8e17ac15de 100644
--- a/utils/themeeditor/graphics/rbviewport.h
+++ b/utils/themeeditor/graphics/rbviewport.h
@@ -78,8 +78,8 @@ public:
78 78
79 void enableStatusBar(){ showStatusBar = true; } 79 void enableStatusBar(){ showStatusBar = true; }
80 80
81 void showPlaylist(const RBRenderInfo& info, int start, skin_element* id3, 81 void showPlaylist(const RBRenderInfo& info, int start,
82 skin_element* noId3); 82 ParseTreeNode* lines);
83 83
84 void makeFullScreen(); 84 void makeFullScreen();
85 85