From: Andrea Adami Date: Sun, 8 Nov 2009 00:51:16 +0000 (+0100) Subject: kexecboot-cfg: Center OpenEmbedded 32x32 icon. X-Git-Tag: Release-2010-05/1~1737^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a57617033422d16377b417825cbbaa183ebab0;p=openembedded.git kexecboot-cfg: Center OpenEmbedded 32x32 icon. --- diff --git a/recipes/kexecboot/files/icon.xpm b/recipes/kexecboot/files/icon.xpm index 26d40548e1..6e6fd776d8 100644 --- a/recipes/kexecboot/files/icon.xpm +++ b/recipes/kexecboot/files/icon.xpm @@ -1,6 +1,6 @@ /* XPM */ -static char * oe1_xpm[] = { -"32 26 8 1", +static char * icon_xpm[] = { +"32 32 8 1", " c None", ". c #D6DBDE", "+ c #9BA6AE", @@ -9,6 +9,9 @@ static char * oe1_xpm[] = { "$ c #A9E8F6", "% c #12BCE4", "& c #57D2EC", +" ", +" ", +" ", " .++@@@@++. ", " +@@@@@@@@@@@@+ ", " #@@@@@@@@@@@@@@@@# ", @@ -34,4 +37,7 @@ static char * oe1_xpm[] = { " +@@@@. $%%%%%%%%%%%%%%$ .@@@@+ ", " .@@@@@ $%%%%%%%%%%%%$ @@@@@. ", " #++++. &%%%%%%%%& .++++# ", -" $&&%%&&$ "}; +" $&&%%&&$ ", +" ", +" ", +" "};