From: Michael Lauer Date: Wed, 12 Sep 2007 17:34:47 +0000 (+0000) Subject: psplash: fix buglet in openmoko psplash-hand-img.h X-Git-Tag: Release-2010-05/1~8678^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b586339facbd51d3512fec52c451e844be7b8922;p=openembedded.git psplash: fix buglet in openmoko psplash-hand-img.h --- diff --git a/packages/psplash/files/openmoko/psplash-hand-img.h b/packages/psplash/files/openmoko/psplash-hand-img.h index 1497fefc09..26f7f41cb5 100644 --- a/packages/psplash/files/openmoko/psplash-hand-img.h +++ b/packages/psplash/files/openmoko/psplash-hand-img.h @@ -1,10 +1,10 @@ /* GdkPixbuf RGB C-Source image dump 1-byte-run-length-encoded */ -#define _IMG_ROWSTRIDE (1440) -#define _IMG_WIDTH (480) -#define _IMG_HEIGHT (640) -#define _IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */ -#define _IMG_RLE_PIXEL_DATA ((uint8*) \ +#define HAND_IMG_ROWSTRIDE (1440) +#define HAND_IMG_WIDTH (480) +#define HAND_IMG_HEIGHT (640) +#define HAND_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */ +#define HAND_IMG_RLE_PIXEL_DATA ((uint8*) \ "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0" \ "\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0" \ "\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0\0\0\377\0" \