blob: 368fc092b2c13627bc15215f324004facab4d40c (
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
58
59
60
61
62
63
64
65
66
67
|
/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
#ifdef __SUNPRO_C
#pragma align 4 (stock_sylpheed_16)
#endif
#ifdef __GNUC__
static const guint8 stock_sylpheed_16[] __attribute__ ((__aligned__ (4))) =
#else
static const guint8 stock_sylpheed_16[] =
#endif
{ ""
/* Pixbuf magic (0x47646b50) */
"GdkP"
/* length: header (24) + pixel_data (766) */
"\0\0\3\26"
/* 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: */
"\227\0\0\0\0\10\265\265\346\377\214\214\325\377\203\203\316\377\220\220"
"\320\377\246\246\326\377\275\275\336\377\307\307\343\377\302\302\336"
"\377\206\0\0\0\0\11\317\317\362\377\241\241\343\377\301\301\352\377\312"
"\312\354\377\301\301\347\377\265\265\336\377\254\254\330\377\255\255"
"\325\377\277\277\336\377\207\0\0\0\0\1\310\310\360\377\212\0\0\0\0\2"
"\310\310\310\377\225\225\225\377\202\227\227\227\377\2\204\204\233\377"
"\214\214\225\377\202\224\224\224\377\206\225\225\225\377f\230\230\230"
"\377\0\0\0\0\223\223\223\377\367\367\367\377\367\366\367\377\365\365"
"\365\377\331\331\352\377\334\334\344\377\340\340\340\377\324\324\337"
"\377\277\276\332\377\261\261\321\377\213\213\300\377\267\267\317\377"
"\337\340\340\377\342\342\343\377\235\235\235\377\0\0\0\0\221\221\221"
"\377\345\345\345\377\365\365\365\377\360\360\360\377\344\344\351\377"
"\306\306\333\377\333\333\334\377\327\327\334\377\332\332\333\377\324"
"\324\325\377\305\305\314\377^]\236\377\236\237\271\377\311\311\310\377"
"\177\177\177\377\0\0\0\0\227\227\227\377\357\357\357\377\342\342\342"
"\377\360\360\360\377\350\347\347\377\333\333\337\377\312\311\326\377"
"\277\277\322\377\301\300\320\377\320\321\321\377\315\315\315\377\212"
"\211\253\377NN\210\377\236\236\240\377\215\215\215\377\0\0\0\0\227\227"
"\227\377\370\371\371\377\352\353\353\377\326\326\334\377\337\340\344"
"\377\334\334\334\377\327\327\327\377\323\323\323\377\320\320\321\377"
"\317\316\317\377\321\321\321\377\213\213\253\377>>z\377\237\236\245\377"
"\204\204\204\377\0\0\0\0\227\227\227\377\356\356\364\377\213\213\313"
"\377sr\273\377oo\263\377||\266\377\266\266\307\377\314\315\315\377\315"
"\315\315\377\317\316\316\377\311\311\310\377[\\\214\377ZZ\212\377\237"
"\237\240\377\177\177\200\377\0\0\0\0\227\227\227\377\243\243\324\377"
"\254\254\317\377\321\321\321\377\262\262\262\377\263\263\272\377\222"
"\222\261\377\224\224\264\377\276\276\303\377\305\305\305\377\221\221"
"\247\377FF\202\377\224\225\242\377\241\242\242\377\203\203\203\377\0"
"\0\0\0\227\227\227\377\314\314\342\377\307\307\323\377\272\272\272\377"
"\202\313\313\313\377,\306\306\306\377\301\301\304\377\240\241\272\377"
"\226\227\262\377__\225\377\224\224\246\377\237\237\237\377\253\254\253"
"\377\213\213\213\377\0\0\0\0\227\227\227\377\355\355\355\377\266\266"
"\304\377\276\276\316\377\317\317\326\377\322\322\331\377\310\310\324"
"\377\253\253\304\377\203\203\253\377\203\203\251\377\267\267\272\377"
"\261\261\262\377\250\250\250\377\264\264\263\377\223\223\223\377\0\0"
"\0\0\227\227\227\377\333\334\333\377\343\343\343\377\337\337\337\377"
"\326\325\333\377\323\323\333\377\316\316\327\377\316\316\323\377\312"
"\313\314\377\275\275\277\377\263\264\267\377\271\271\271\377\301\302"
"\302\377\277\300\300\377\217\217\217\377\0\0\0\0\256\256\256\377ppp\377"
"\202iii\377\1ijj\377\203jjj\377\1iii\377\202ggg\377\4jjj\377mnn\377p"
"pp\377ggg\377\221\0\0\0\0"};
|