blob: 09be1254e83b8e33b9cbbd5b1203ab3613f86270 (
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_outbox)
#endif
#ifdef __GNUC__
static const guint8 stock_outbox[] __attribute__ ((__aligned__ (4))) =
#else
static const guint8 stock_outbox[] =
#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\236\235\232\377\333\332\331\377\366\366\366\377\0\0\0\377\0"
"\0\0\23\207\0\0\0\0\12\0\0\0.\0\0\0\377\244\243\240\377\342\341\340\377"
"{zw\377)('\377\250\247\244\377\363\363\363\377\0\0\0\377\0\0\0\23\204"
"\0\0\0\0\5\0\0\0.664\377\262\261\256\377\342\341\340\377\312\312\310"
"\377\202\14\14\14\377\6'&%\377jif\377\327\326\325\377\363\363\363\377"
"\0\0\0\377\0\0\0\23\203\0\0\0\0\16\0\0\0\377\372\372\372\377\304\304"
"\302\377\0\0\0\377\12\12\12\377\26\26\26\377AA\77\377pol\377{zw\377\207"
"\206\203\377\337\336\335\377\363\363\363\377\0\0\0\377\0\0\0\23\202\0"
"\0\0\0\21\0\0\0\377\377\377\377\377\344\343\342\377AA\77\377CCA\377]"
"\\Y\377pol\377~}z\377\213\212\207\377\224\223\220\377\227\226\223\377"
"\337\336\335\377\363\363\363\377\0\0\0\377\0\0\0\23\0\0\0\0\0\0\0\377"
"\202\377\377\377\377\15\344\343\342\377&%$\377]\\Y\377rqn\377\206\205"
"\202\377\225\224\221\377\231\230\225\377\232\231\226\377\235\234\231"
"\377\327\326\325\377\365\365\365\377\0\0\0\377\0\0\0\23\211\0\0\0\377"
"\6\204\203\200\377\236\235\232\377\241\240\235\377\244\243\240\377\337"
"\336\335\377\361\361\361\377\202\0\0\0\377\207\377\377\377\377\14\0\0"
"\0\377lkh\377\204\203\200\377\251\250\245\377\253\252\247\377\300\300"
"\276\377\327\326\325\377jif\377\0\0\0\377\377\377\377\377\357\357\357"
"\377\337B\36\377\203\357\357\357\377\10\314\314\314\377\0\0\0\377dc`"
"\377\205\204\201\377\264\264\262\377\321\320\317\377\207\206\203\377"
"RQN\377\202\0\0\0\377\1\377\377\377\377\203\337B\36\377\10\357\357\357"
"\377\337B\36\377\314\314\314\377\0\0\0\377_^[\377\264\264\262\377\221"
"\220\215\377UTQ\377\202\0\0\0\377\4\0\0\0""4\0\0\0\377\377\377\377\377"
"\357\357\357\377\204\337B\36\377\4\314\314\314\377\0\0\0\377rqn\377["
"ZW\377\202\0\0\0\377\1\0\0\0C\202\0\0\0\0\2\0\0\0\377\377\377\377\377"
"\202\357\357\357\377\203\337B\36\377\1\314\314\314\377\203\0\0\0\377"
"\1\0\0\0C\204\0\0\0\0\3\0\0\0\377\377\377\377\377\357\357\357\377\204"
"\337B\36\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"};
|