2008-02-21 Rob Bradford <rob@openedhand.com>
authorRob Bradford <rob@linux.intel.com>
Thu, 21 Feb 2008 11:59:35 +0000 (11:59 +0000)
committerRob Bradford <rob@linux.intel.com>
Thu, 21 Feb 2008 11:59:35 +0000 (11:59 +0000)
* psplash.c: (main):
Revert artwork. Needs more love.

ChangeLog
psplash.c

index e3f1c1f..9a97612 100644 (file)
--- 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.
index 7a4d42e..2a7ae38 100644 (file)
--- 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,