aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--psplash.c14
2 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index e3f1c1f..9a97612 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-02-21 Rob Bradford <rob@openedhand.com>
+ * psplash.c: (main):
+ Revert artwork. Needs more love.
+
+2008-02-21 Rob Bradford <rob@openedhand.com>
+
* psplash-poky-img.h:
* psplash.c: (main):
Try new artwork.
diff --git a/psplash.c b/psplash.c
index 7a4d42e..2a7ae38 100644
--- a/psplash.c
+++ b/psplash.c
@@ -19,7 +19,7 @@
*/
#include "psplash.h"
-#include "psplash-poky-img.h"
+#include "psplash-hand-img.h"
#include "psplash-bar-img.h"
#include "radeon-font.h"
@@ -257,12 +257,12 @@ main (int argc, char** argv)
/* Draw the OH logo */
psplash_fb_draw_image (fb,
- (fb->width - POKY_IMG_WIDTH)/2,
- (fb->height - POKY_IMG_HEIGHT)/2,
- POKY_IMG_WIDTH,
- POKY_IMG_HEIGHT,
- POKY_IMG_BYTES_PER_PIXEL,
- POKY_IMG_RLE_PIXEL_DATA);
+ (fb->width - HAND_IMG_WIDTH)/2,
+ (fb->height - HAND_IMG_HEIGHT)/2,
+ HAND_IMG_WIDTH,
+ HAND_IMG_HEIGHT,
+ HAND_IMG_BYTES_PER_PIXEL,
+ HAND_IMG_RLE_PIXEL_DATA);
/* Draw progress bar border */
psplash_fb_draw_image (fb,