diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-16 17:30:00 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-16 17:30:35 +0200 |
commit | 1c32fe23f525171fa00d5926cd2c41577e5ccb1a (patch) | |
tree | 31b61eaad6cf37872c14f721e0202c2e0b5fac3e /recipes/psplash/files/angstrom | |
parent | 2e51f95364390265229999c6f7efce8ebd81bfcc (diff) |
psplash: fix angstrom logo
Diffstat (limited to 'recipes/psplash/files/angstrom')
-rw-r--r-- | recipes/psplash/files/angstrom/psplash-poky-img.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/psplash/files/angstrom/psplash-poky-img.h b/recipes/psplash/files/angstrom/psplash-poky-img.h index 263befa564..3782872a8f 100644 --- a/recipes/psplash/files/angstrom/psplash-poky-img.h +++ b/recipes/psplash/files/angstrom/psplash-poky-img.h @@ -1,10 +1,10 @@ /* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */ -#define HAND_IMG_ROWSTRIDE (920) -#define HAND_IMG_WIDTH (230) -#define HAND_IMG_HEIGHT (231) -#define HAND_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ -#define HAND_IMG_RLE_PIXEL_DATA ((uint8*) \ +#define POKY_IMG_ROWSTRIDE (920) +#define POKY_IMG_WIDTH (230) +#define POKY_IMG_HEIGHT (231) +#define POKY_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ +#define POKY_IMG_RLE_PIXEL_DATA ((uint8*) \ "\307\354\354\341\377\2\342\345\333\377\344\346\334\377\377\354\354\341" \ "\377\221\354\354\341\377\3\242\256\246\377t\210\201\377\222\241\231\377" \ "\315\354\354\341\377\4\325\333\322\377\264\304\275\377\245\271\263\377" \ |