diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-08-15 02:04:06 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-08-15 02:04:06 +0000 |
| commit | b413169b2ef5d94b2574afe0122c476ad703f4ff (patch) | |
| tree | 39b68f635f19a15fae36a77b542c310bc5849add /utils/themeeditor/graphics/rbviewport.h | |
| parent | 18a6f42f2622d27967c3ad83b27a1de4f713dff2 (diff) | |
| download | rockbox-b413169b2ef5d94b2574afe0122c476ad703f4ff.zip rockbox-b413169b2ef5d94b2574afe0122c476ad703f4ff.tar.gz rockbox-b413169b2ef5d94b2574afe0122c476ad703f4ff.tar.bz2 rockbox-b413169b2ef5d94b2574afe0122c476ad703f4ff.tar.xz | |
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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.h b/utils/themeeditor/graphics/rbviewport.h index cc47e41..8e17ac1 100644 --- a/utils/themeeditor/graphics/rbviewport.h +++ b/utils/themeeditor/graphics/rbviewport.h @@ -78,8 +78,8 @@ public: void enableStatusBar(){ showStatusBar = true; } - void showPlaylist(const RBRenderInfo& info, int start, skin_element* id3, - skin_element* noId3); + void showPlaylist(const RBRenderInfo& info, int start, + ParseTreeNode* lines); void makeFullScreen(); |