blob: eda8d696a766ce95925a014484c0468121aeb950 (
plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
#ifdef __SUNPRO_C
#pragma align 4 (stock_inbox)
#endif
#ifdef __GNUC__
static const guint8 stock_inbox[] __attribute__ ((__aligned__ (4))) =
#else
static const guint8 stock_inbox[] =
#endif
{ ""
/* Pixbuf magic (0x47646b50) */
"GdkP"
/* length: header (24) + pixel_data (703) */
"\0\0\2\327"
/* pixdata_type (0x2010002) */
"\2\1\0\2"
/* rowstride (64) */
"\0\0\0@"
/* width (16) */
"\0\0\0\20"
/* height (16) */
"\0\0\0\20"
/* pixel_data: */
"\206\0\0\0\0\1\0\0\0.\202\0\0\0\377\1\0\0\0\23\212\0\0\0\0\7\0\0\0.\0"
"\0\0\377\245\236\222\377\335\333\326\377\366\366\365\377\0\0\0\377\0"
"\0\0\23\207\0\0\0\0\12\0\0\0.\0\0\0\377\252\244\231\377\343\341\336\377"
"\204|m\377+)$\377\256\250\235\377\364\363\362\377\0\0\0\377\0\0\0\23"
"\204\0\0\0\0\5\0\0\0.960\377\267\262\250\377\343\341\336\377\316\312"
"\303\377\202\15\14\12\377\6)'\"\377qk^\377\331\327\322\377\364\363\362"
"\377\0\0\0\377\0\0\0\23\203\0\0\0\0\16\0\0\0\377\372\372\371\377\310"
"\304\275\377\0\0\0\377\12\12\11\377\30\26\23\377FA9\377xqc\377\204|m"
"\377\220\210y\377\341\336\332\377\364\363\362\377\0\0\0\377\0\0\0\23"
"\202\0\0\0\0\21\0\0\0\377\377\377\377\377\345\343\340\377FA9\377HC;\377"
"c]R\377xqc\377\207\177p\377\224\214}\377\234\225\207\377\236\230\213"
"\377\341\336\332\377\364\363\362\377\0\0\0\377\0\0\0\23\0\0\0\0\0\0\0"
"\377\202\377\377\377\377\15\345\343\340\377(&!\377c]R\377zse\377\217"
"\207x\377\235\226\210\377\240\232\215\377\241\233\216\377\244\235\221"
"\377\331\327\322\377\366\365\364\377\0\0\0\377\0\0\0\23\211\0\0\0\377"
"\6\212\204z\377\245\236\222\377\250\241\225\377\252\244\231\377\341\336"
"\332\377\362\361\357\377\202\0\0\0\377\207\377\377\377\377\13\0\0\0\377"
"qlc\377\210\203{\377\257\251\236\377\261\254\241\377\304\300\271\377"
"\331\327\322\377hhh\377\0\0\0\377\377\377\377\377\357\357\357\377\204"
"Ki\203\377\10\314\314\314\377\0\0\0\377hd\\\377\212\205|\377\272\266"
"\254\377\323\321\314\377\210\205\201\377WRH\377\202\0\0\0\377\1\377\377"
"\377\377\202\357\357\357\377\203Ki\203\377\6\314\314\314\377\0\0\0\377"
"d_V\377\270\265\256\377\223\220\213\377XUN\377\202\0\0\0\377\4\0\0\0"
"4\0\0\0\377\377\377\377\377\357\357\357\377\204Ki\203\377\4\314\314\314"
"\377\0\0\0\377urk\377^ZT\377\202\0\0\0\377\1\0\0\0C\202\0\0\0\0\2\0\0"
"\0\377\377\377\377\377\203Ki\203\377\3\357\357\357\377Ki\203\377\314"
"\314\314\377\203\0\0\0\377\1\0\0\0C\204\0\0\0\0\4\0\0\0\377\377\377\377"
"\377\357\357\357\377Ki\203\377\203\357\357\357\377\3\314\314\314\377"
"\0\0\0\377\0\0\0N\206\0\0\0\0\2\0\0\0\377\377\377\377\377\206\314\314"
"\314\377\1\30\30\30\377\207\0\0\0\0\202\0\0\0\377\1\11\11\11\377\206"
"\0\0\0\377\207\0\0\0\0"};
|