From d09f97880a51d915feae563248b1bdcbcd845156 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sun, 10 Apr 2011 13:25:47 +0000 Subject: Support loading backdrops from anywhere in the filesystem. Fixes FS#12041 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29700 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 0734cf0668..7dca65ad9a 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -588,7 +588,7 @@ struct user_settings #endif /* HAVE_TAGCACHE */ #if LCD_DEPTH > 1 - unsigned char backdrop_file[MAX_FILENAME+1]; /* backdrop bitmap file */ + unsigned char backdrop_file[MAX_PATHNAME+1]; /* backdrop bitmap file */ #endif #ifdef HAVE_LCD_COLOR -- cgit v1.2.3