[oe-commits] org.oe.dev psplash: fix buglet in openmoko psplash-hand-img.h

mickeyl commit openembedded-commits at lists.openembedded.org
Wed Sep 12 18:05:02 UTC 2007


psplash: fix buglet in openmoko psplash-hand-img.h

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: b2ce7bfc971ce67a16e41e21a7810b2ee2763fc6
ViewMTN: http://monotone.openembedded.org/revision/info/b2ce7bfc971ce67a16e41e21a7810b2ee2763fc6
Files:
1
packages/psplash/files/openmoko/psplash-hand-img.h
Diffs:

#
# mt diff -r77890e02d92e59b2cac2581b5fb10f561cd01a2f -rb2ce7bfc971ce67a16e41e21a7810b2ee2763fc6
#
# 
# 
# patch "packages/psplash/files/openmoko/psplash-hand-img.h"
#  from [9768cb0382b02aad7a1b357e402696ea202c216c]
#    to [ec19809957258bb981503c2162ddc0efb54a3dfe]
# 
============================================================
--- packages/psplash/files/openmoko/psplash-hand-img.h	9768cb0382b02aad7a1b357e402696ea202c216c
+++ packages/psplash/files/openmoko/psplash-hand-img.h	ec19809957258bb981503c2162ddc0efb54a3dfe
@@ -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" \






More information about the Openembedded-commits mailing list