aboutsummaryrefslogtreecommitdiffstats
path: root/packages/psplash
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-09-12 17:34:47 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-09-12 17:34:47 +0000
commitb586339facbd51d3512fec52c451e844be7b8922 (patch)
tree37a3ff3d440ae54113b4071cd4e68ab1a1e85b52 /packages/psplash
parent7e31232afcad51cf034da55c987b345708b0d5d3 (diff)
downloadopenembedded-b586339facbd51d3512fec52c451e844be7b8922.tar.gz
psplash: fix buglet in openmoko psplash-hand-img.h
Diffstat (limited to 'packages/psplash')
-rw-r--r--packages/psplash/files/openmoko/psplash-hand-img.h10
1 files 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" \