mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 16:12:28 -05:00
Fix the gpl notice in the previous commits new files, and fix the yelow gevearts naughtily ignored
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30996 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
be716c0be8
commit
ea2a3ee7a8
5 changed files with 18 additions and 8 deletions
|
|
@ -195,9 +195,11 @@ void *skin_find_item(const char *label, enum skin_find_what what,
|
|||
while (list.linkedlist)
|
||||
{
|
||||
bool skip = false;
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
struct wps_token *token = NULL;
|
||||
if (!isvplist)
|
||||
token = SKINOFFSETTOPTR(skin_buffer, list.linkedlist->token);
|
||||
#endif
|
||||
switch (what)
|
||||
{
|
||||
case SKIN_FIND_UIVP:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue