summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/kexecboot/files/icon.xpm12
1 files changed, 9 insertions, 3 deletions
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[] = {
" +@@@@. $%%%%%%%%%%%%%%$ .@@@@+ ",
" .@@@@@ $%%%%%%%%%%%%$ @@@@@. ",
" #++++. &%%%%%%%%& .++++# ",
-" $&&%%&&$ "};
+" $&&%%&&$ ",
+" ",
+" ",
+" "};