aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/psplash/files/progress-color.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/psplash/files/progress-color.patch')
-rw-r--r--recipes/psplash/files/progress-color.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/psplash/files/progress-color.patch b/recipes/psplash/files/progress-color.patch
new file mode 100644
index 0000000000..c1a894d246
--- /dev/null
+++ b/recipes/psplash/files/progress-color.patch
@@ -0,0 +1,14 @@
+diff -ru psplash.orig/psplash.h psplash/psplash.h
+--- psplash.orig/psplash.h 2010-10-26 21:47:53.243740823 +0300
++++ psplash/psplash.h 2010-10-26 21:48:26.323739001 +0300
+@@ -59,8 +59,8 @@
+ #define PSPLASH_BACKGROUND_COLOR_G 0x00
+ #define PSPLASH_BACKGROUND_COLOR_B 0x00
+
+-#define PSPLASH_PROGRESS_COLOR_R 0xe3
+-#define PSPLASH_PROGRESS_COLOR_G 0x71
++#define PSPLASH_PROGRESS_COLOR_R 0x00
++#define PSPLASH_PROGRESS_COLOR_G 0x00
+ #define PSPLASH_PROGRESS_COLOR_B 0x00
+
+ #define PSPLASH_TEXT_COLOR_R 0xff