From 08983f34211d0293973e52c4cc1793a66ddd1d8c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 16 May 2010 09:07:11 -0700 Subject: psplash: Rename HAND_* defines to POKY_* in all remaining psplash-poky-img.h Signed-off-by: Khem Raj --- recipes/psplash/files/psplash-poky-img.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes/psplash/files/psplash-poky-img.h') 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" \ -- cgit v1.2.3