blob: 24b36bd292f1ed84ab40e665ab620a9266aa0b58 (
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
|
/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
#ifdef __SUNPRO_C
#pragma align 4 (folder_noselect)
#endif
#ifdef __GNUC__
static const guint8 folder_noselect[] __attribute__ ((__aligned__ (4))) =
#else
static const guint8 folder_noselect[] =
#endif
{ ""
/* Pixbuf magic (0x47646b50) */
"GdkP"
/* length: header (24) + pixel_data (649) */
"\0\0\2\241"
/* pixdata_type (0x2010002) */
"\2\1\0\2"
/* rowstride (64) */
"\0\0\0@"
/* width (16) */
"\0\0\0\20"
/* height (12) */
"\0\0\0\14"
/* pixel_data: */
"\1\0\0\0\0\205\277\321\351\377\212\0\0\0\0\1\277\321\351\377\204\361"
"\365\373\377\2\357\364\372\377\275\317\350\377\211\0\0\0\0\11\247\273"
"\333\377\305\325\353\377\304\324\353\377\303\323\352\377\302\322\352"
"\377\301\321\351\377\300\320\351\377\243\267\330\377\243\266\330\377"
"\202\242\265\327\377\1\241\264\327\377\202\240\263\326\377\202\0\0\0"
"\0\16\245\271\332\377\337\350\365\377\336\347\365\377\334\345\364\377"
"\333\344\364\377\332\343\363\377\330\342\363\377\327\341\363\377\326"
"\337\362\377\324\337\361\377\322\335\361\377\321\334\360\377\320\333"
"\357\377\236\260\324\377\202\0\0\0\0\16\243\266\330\377\332\344\363\377"
"\331\342\363\377\330\341\362\377\326\340\362\377\325\337\362\377\323"
"\336\361\377\322\335\360\377\321\333\357\377\317\332\357\377\316\331"
"\356\377\314\330\356\377\313\327\355\377\234\256\323\377\202\0\0\0\0"
"\16\241\264\327\377\325\337\362\377\324\337\361\377\322\335\360\377\321"
"\334\360\377\320\333\357\377\316\331\357\377\315\330\356\377\314\327"
"\355\377\312\326\355\377\311\325\354\377\310\324\354\377\306\322\353"
"\377\232\254\321\377\202\0\0\0\0\16\237\262\325\377\320\333\357\377\317"
"\332\357\377\315\331\356\377\314\330\356\377\313\326\355\377\311\325"
"\355\377\310\324\354\377\307\323\353\377\305\322\353\377\304\321\352"
"\377\302\317\351\377\301\316\351\377\230\252\317\377\202\0\0\0\0\16\235"
"\260\323\377\313\327\355\377\312\326\355\377\311\325\354\377\307\323"
"\353\377\306\322\353\377\304\322\352\377\303\320\352\377\302\317\351"
"\377\300\316\351\377\277\315\350\377\276\314\350\377\274\312\347\377"
"\226\247\315\377\202\0\0\0\0\16\233\255\322\377\306\323\353\377\305\322"
"\352\377\304\321\352\377\302\317\351\377\301\316\351\377\300\315\350"
"\377\276\314\350\377\275\313\347\377\274\311\347\377\272\311\346\377"
"\270\307\345\377\267\306\345\377\224\245\314\377\202\0\0\0\0\16\231\253"
"\320\377\302\317\351\377\300\315\351\377\277\314\350\377\275\313\347"
"\377\274\312\347\377\273\311\346\377\271\310\346\377\270\306\345\377"
"\266\305\344\377\265\304\344\377\264\303\343\377\262\302\342\377\223"
"\243\313\377\202\0\0\0\0\16\230\251\317\377\274\313\347\377\273\311\347"
"\377\272\310\346\377\270\307\346\377\267\305\345\377\266\305\344\377"
"\264\303\343\377\263\302\343\377\262\301\342\377\260\300\341\377\257"
"\277\341\377\256\276\340\377\220\240\311\377\202\0\0\0\0\202\225\246"
"\315\377\6\224\245\314\377\224\244\314\377\223\244\313\377\223\243\313"
"\377\222\243\312\377\222\242\312\377\202\221\241\311\377\4\220\240\310"
"\377\220\237\310\377\217\237\310\377\217\236\307\377\202\0\0\0\0"};
|