diff options
Diffstat (limited to 'recipes/psplash/files/psplash-poky-img.h')
-rw-r--r-- | recipes/psplash/files/psplash-poky-img.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/psplash/files/psplash-poky-img.h b/recipes/psplash/files/psplash-poky-img.h index c54f04c362..52781775db 100644 --- a/recipes/psplash/files/psplash-poky-img.h +++ b/recipes/psplash/files/psplash-poky-img.h @@ -1,10 +1,10 @@ /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ -#define HAND_IMG_ROWSTRIDE (880) -#define HAND_IMG_WIDTH (220) -#define HAND_IMG_HEIGHT (137) -#define HAND_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ -#define HAND_IMG_RLE_PIXEL_DATA ((uint8*) \ +#define POKY_IMG_ROWSTRIDE (880) +#define POKY_IMG_WIDTH (220) +#define POKY_IMG_HEIGHT (137) +#define POKY_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ +#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \ "\310\354\354\341\377\2\342\342\330\377\352\352\337\377\323\354\354\341" \ "\377\2\346\346\333\377\345\345\332\377\377\354\354\341\377\206\354\354" \ "\341\377\2\335\335\322\377\350\350\335\377\323\354\354\341\377\2\343" \ |