1
0
Fork 0
forked from len0rd/rockbox

rename wps_[sub]line to skin_[sub]line

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22606 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-09-02 06:23:01 +00:00
parent a363507a43
commit 8f76e7ff8f
4 changed files with 26 additions and 26 deletions

View file

@ -489,8 +489,8 @@ static void dump_wps_tokens(struct wps_data *data)
static void print_line_info(struct wps_data *data)
{
struct wps_line *line;
struct wps_subline *subline;
struct skin_line *line;
struct skin_subline *subline;
if (wps_verbose_level > 0)
{
struct skin_token_list *viewport_list;