From fd01ca38f6818ec5302e0543626619cbd555cd3e Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sat, 5 Mar 2005 15:39:00 +0000 Subject: Change the colour of screendumps to blue on irivers. Patch from rasher. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6140 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'apps/misc.c') diff --git a/apps/misc.c b/apps/misc.c index 19d6f0d1dd..af1c417fd6 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -147,7 +147,13 @@ static const unsigned char bmpheader[] = 0x00, 0x00, 0x00, 0x04, #endif 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0xc4, 0x0e, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0xee, 0x90, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +#ifdef IRIVER_H100 + 0xe6, 0xd8, 0xad, +#else + 0x90, 0xee, 0x90, +#endif + 0x00, 0x00, 0x00, 0x00, 0x00 }; -- cgit v1.2.3