From e64c0213fff74d60976098b10dd0909ca8b7f337 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Sat, 22 Jan 2011 00:00:14 +0100 Subject: [PATCH] psplash: Fixed image again ;) --- .../psplash/psplash-omap3pandora/psplash-poky-img.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/psplash/psplash-omap3pandora/psplash-poky-img.h b/recipes/psplash/psplash-omap3pandora/psplash-poky-img.h index e443243e94..c380d10c72 100644 --- a/recipes/psplash/psplash-omap3pandora/psplash-poky-img.h +++ b/recipes/psplash/psplash-omap3pandora/psplash-poky-img.h @@ -1,10 +1,10 @@ /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ -#define _IMG_ROWSTRIDE (3200) -#define _IMG_WIDTH (800) -#define _IMG_HEIGHT (480) -#define _IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ -#define _IMG_RLE_PIXEL_DATA ((uint8*) \ +#define POKY_IMG_ROWSTRIDE (3200) +#define POKY_IMG_WIDTH (800) +#define POKY_IMG_HEIGHT (480) +#define POKY_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ +#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \ "\377\4\22&\377\377\4\22&\377\377\4\22&\377\377\4\22&\377\377\4\22&\377" \ "\377\4\22&\377\377\4\22&\377\377\4\22&\377\377\4\22&\377\377\4\22&\377" \ "\377\4\22&\377\377\4\22&\377\377\4\22&\377\377\4\22&\377\377\4\22&\377" \ -- 2.39.5