diff options
Diffstat (limited to 'recipes/psplash/files/boc01/psplash-poky-img.h')
-rw-r--r-- | recipes/psplash/files/boc01/psplash-poky-img.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/psplash/files/boc01/psplash-poky-img.h b/recipes/psplash/files/boc01/psplash-poky-img.h index 8c23e483d6..7cb17fab04 100644 --- a/recipes/psplash/files/boc01/psplash-poky-img.h +++ b/recipes/psplash/files/boc01/psplash-poky-img.h @@ -1,10 +1,10 @@ /* GdkPixbuf RGB C-Source image dump 1-byte-run-length-encoded */ -#define HAND_IMG_ROWSTRIDE (384) -#define HAND_IMG_WIDTH (128) -#define HAND_IMG_HEIGHT (64) -#define HAND_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */ -#define HAND_IMG_RLE_PIXEL_DATA ((uint8*) \ +#define POKY_IMG_ROWSTRIDE (384) +#define POKY_IMG_WIDTH (128) +#define POKY_IMG_HEIGHT (64) +#define POKY_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */ +#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \ "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\267\377" \ "\377\377\6\267\267\267~~~\227\227\227\265\265\265\331\331\331\371\371" \ "\371\372\377\377\377\11\334\334\334\234\234\234tttUUUTTTZZZ\201\201\201" \ |