From: Michael Mrozek Date: Fri, 21 Jan 2011 23:00:14 +0000 (+0100) Subject: psplash: Fixed image again ;) X-Git-Tag: sz_beta3~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e64c0213fff74d60976098b10dd0909ca8b7f337;p=openembedded.git psplash: Fixed image again ;) --- 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" \