This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsplash-bar-img.h
34 lines (31 loc) · 2.05 KB
/
psplash-bar-img.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
#define BAR_IMG_ROWSTRIDE (920)
#define BAR_IMG_WIDTH (230)
#define BAR_IMG_HEIGHT (28)
#define BAR_IMG_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */
#define BAR_IMG_RLE_PIXEL_DATA ((uint8*) \
"\4\0\0\0\377\34\34\34\377\227\227\227\377\317\317\317\377\377\346\346" \
"\346\377\337\346\346\346\377\6\317\317\317\377\227\227\227\377\34\34" \
"\34\377\0\0\0\377\34\34\34\377\330\330\330\377\377\346\346\346\377\343" \
"\346\346\346\377\3\330\330\330\377\34\34\34\377\227\227\227\377\377\346" \
"\346\346\377\345\346\346\346\377\2\227\227\227\377\317\317\317\377\377" \
"\346\346\346\377\345\346\346\346\377\1\317\317\317\377\204\346\346\346" \
"\377\377%5q\377\337%5q\377\210\346\346\346\377\377%5q\377\337%5q\377" \
"\210\346\346\346\377\377%5q\377\337%5q\377\210\346\346\346\377\377%5" \
"q\377\337%5q\377\210\346\346\346\377\377%5q\377\337%5q\377\210\346\346" \
"\346\377\377%5q\377\337%5q\377\210\346\346\346\377\377%5q\377\337%5q" \
"\377\210\346\346\346\377\377%5q\377\337%5q\377\210\346\346\346\377\377" \
"%5q\377\337%5q\377\210\346\346\346\377\377%5q\377\337%5q\377\210\346" \
"\346\346\377\377%5q\377\337%5q\377\210\346\346\346\377\377%5q\377\337" \
"%5q\377\210\346\346\346\377\377%5q\377\337%5q\377\210\346\346\346\377" \
"\377%5q\377\337%5q\377\210\346\346\346\377\377%5q\377\337%5q\377\210" \
"\346\346\346\377\377%5q\377\337%5q\377\210\346\346\346\377\377%5q\377" \
"\337%5q\377\210\346\346\346\377\377%5q\377\337%5q\377\210\346\346\346" \
"\377\377%5q\377\337%5q\377\210\346\346\346\377\377%5q\377\337%5q\377" \
"\204\346\346\346\377\1\317\317\317\377\377\346\346\346\377\345\346\346" \
"\346\377\2\317\317\317\377\227\227\227\377\377\346\346\346\377\345\346" \
"\346\346\377\3\227\227\227\377\34\34\34\377\330\330\330\377\377\346\346" \
"\346\377\343\346\346\346\377\6\330\330\330\377\34\34\34\377\0\0\0\377" \
"\34\34\34\377\227\227\227\377\317\317\317\377\377\346\346\346\377\337" \
"\346\346\346\377\4\317\317\317\377\227\227\227\377\34\34\34\377\0\0\0" \
"\377")