aboutsummaryrefslogtreecommitdiffstats
path: root/psplash.c
diff options
context:
space:
mode:
Diffstat (limited to 'psplash.c')
-rw-r--r--psplash.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/psplash.c b/psplash.c
index 0673a40..54a65cf 100644
--- a/psplash.c
+++ b/psplash.c
@@ -19,7 +19,7 @@
*/
#include "psplash.h"
-#include "psplash-hand-img.h"
+#include "psplash-poky-img.h"
#include "psplash-bar-img.h"
#include "radeon-font.h"
@@ -268,12 +268,12 @@ main (int argc, char** argv)
/* Draw the OH logo */
psplash_fb_draw_image (fb,
- (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);
+ (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);
/* Draw progress bar border */
psplash_fb_draw_image (fb,