blob: bed593845c5b812f431f008b369bd5c57922c397 (
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
|
/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
#ifdef __SUNPRO_C
#pragma align 4 (stock_book)
#endif
#ifdef __GNUC__
static const guint8 stock_book[] __attribute__ ((__aligned__ (4))) =
#else
static const guint8 stock_book[] =
#endif
{ ""
/* Pixbuf magic (0x47646b50) */
"GdkP"
/* length: header (24) + pixel_data (770) */
"\0\0\3\32"
/* 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: */
"\204\0\0\0\0\3\0\0\0\1\0\0\0\2\0\0\0\1\205\0\0\0\0\3\0\0\0\1\0\0\0\2"
"\0\0\0\1\204\0\0\0\0\1\0\0\0\320\202\0\0\0\377\205\0\0\0\0\203\0\0\0"
"\377\204\0\0\0\0\2\0\0\0P\377\377\377\343\202\377\377\377\377\1\0\0\0"
"\377\203\0\0\0\0\1\0\0\0\377\202\377\377\377\377\2\357\356\356\377\0"
"\0\0\377\202\0\0\0\0\3\0\0\0\320\377\377\377\343\377\377\377\374\203"
"\377\377\377\377\3\0\0\0\377\0\0\0\0\0\0\0\377\202\377\377\377\377\6"
"\374\374\374\377\352\353\352\377\331\331\331\377\0\0\0\377\0\0\0\0\0"
"\0\0\377\206\377\377\377\377\1\0\0\0\377\203\377\377\377\377\6\371\371"
"\371\377\350\347\347\377\326\326\326\377\0\0\0\377\0\0\0\0\0\0\0\377"
"\202\377\377\377\377\1\0\0\0\377\203\377\377\377\377\1\0\0\0\377\203"
"\377\377\377\377\6\0\0\0\377\344\343\344\377\322\322\322\377\0\0\0\377"
"\0\0\0\0\0\0\0\377\204\377\377\377\377\14\0\0\0\377\377\377\377\377\0"
"\0\0\377\377\377\377\377\0\0\0\377\377\377\377\377\362\362\362\377\340"
"\340\341\377\321\322\321\377\0\0\0\377\0\0\0\0\0\0\0\377\206\377\377"
"\377\377\1\0\0\0\377\203\377\377\377\377\6\0\0\0\377\335\335\334\377"
"\322\322\321\377\0\0\0\377\0\0\0\0\0\0\0\377\202\377\377\377\377\1\0"
"\0\0\377\203\377\377\377\377\12\0\0\0\377\377\377\377\377\0\0\0\377\374"
"\375\374\377\353\353\353\377\331\331\331\377\321\321\321\377\0\0\0\377"
"\0\0\0\0\0\0\0\377\204\377\377\377\377\3\0\0\0\377\377\377\377\377\0"
"\0\0\377\202\377\377\377\377\7\371\371\371\377\0\0\0\377\325\326\326"
"\377\321\321\322\377\0\0\0\377\0\0\0\0\0\0\0\377\206\377\377\377\377"
"\12\0\0\0\377\377\377\377\377\0\0\0\377\365\365\365\377\343\343\344\377"
"\322\322\322\377\321\321\321\377\0\0\0\377\0\0\0\0\0\0\0\377\206\377"
"\377\377\377\1\0\0\0\377\202\377\377\377\377\10\362\362\361\377\340\340"
"\340\377\322\321\321\377\321\322\321\377\0\0\0\377\0\0\0\0\0\0\0\377"
"\377\377\377\377\203\0\0\0\377\202\377\377\377\377\1\0\0\0\377\202\377"
"\377\377\377\203\0\0\0\377\3\322\322\321\377\0\0\0\377\0\0\0\0\202\0"
"\0\0\377\203\276\"\246\377\10\0\0\0\377\377\377\377\377\0\0\0\377\377"
"\377\377\377\0\0\0\377\257\37\230\377\242\35\215\377\234\34\210\377\202"
"\0\0\0\377\7\0\0\0\0\0\0\0\377\276\"\246\377\0\0\0y\0\0\0-\0\0\0\34\276"
"\"\246\377\203\0\0\0\377\26\272!\242\377\0\0\0y\0\0\0-\0\0\0\34\234\34"
"\211\377\0\0\0\377\0\0\0\0\276\"\246\377\0\0\0^\0\0\0(\0\0\0\5\0\0\0"
"\1\0\0\0\5\276\"\246\377\0\0\0\377\276\"\246\377\0\0\0u\0\0\0)\0\0\0"
"\5\0\0\0\1\0\0\0\5\234\34\210\377"};
|