From b586339facbd51d3512fec52c451e844be7b8922 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 12 Sep 2007 17:34:47 +0000 Subject: [PATCH] psplash: fix buglet in openmoko psplash-hand-img.h --- packages/psplash/files/openmoko/psplash-hand-img.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" \ -- 2.39.5