summaryrefslogtreecommitdiff
path: root/packages/psplash/files/boc01/psplash-bar-img.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2008-12-23 03:53:11 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2008-12-23 03:53:11 +0100
commite67586ef836f3b960c23f7d4fa509a33b510cf0d (patch)
tree2f196e0ee07b735eb591daa3862d1969949e27dd /packages/psplash/files/boc01/psplash-bar-img.h
parent8e655cf40735ed91c162e75701ed94c927fb93f2 (diff)
psplash: add 1bpp support for boc01
Diffstat (limited to 'packages/psplash/files/boc01/psplash-bar-img.h')
-rw-r--r--packages/psplash/files/boc01/psplash-bar-img.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/psplash/files/boc01/psplash-bar-img.h b/packages/psplash/files/boc01/psplash-bar-img.h
new file mode 100644
index 0000000000..af806ab501
--- /dev/null
+++ b/packages/psplash/files/boc01/psplash-bar-img.h
@@ -0,0 +1,17 @@
+/* GdkPixbuf RGB C-Source image dump 1-byte-run-length-encoded */
+
+#define BAR_IMG_ROWSTRIDE (384)
+#define BAR_IMG_WIDTH (128)
+#define BAR_IMG_HEIGHT (32)
+#define BAR_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */
+#define BAR_IMG_RLE_PIXEL_DATA ((uint8*) \
+ "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \
+ "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \
+ "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \
+ "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \
+ "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \
+ "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \
+ "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \
+ "\377\377\377\377\377\377\377\377\240\377\377\377")
+
+