summaryrefslogtreecommitdiff
path: root/src/osd_disk.c
blob: 20ab22091dde6d8c8879e9737ef44620211d6ba5 (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
/* GIMP RGB C-Source image dump (osd_disk.c) */

static const struct {
  unsigned int 	 width;
  unsigned int 	 height;
  unsigned int 	 bytes_per_pixel; /* 3:RGB, 4:RGBA */ 
  unsigned char	 pixel_data[16 * 16 * 3 + 1];
} osd_img_disk = {
  16, 16, 3,
  "\0\0\0Ir\263Ir\263\200\234\313\200\234\313\200\234\313\200\234\313\200\234"
  "\313\200\234\313\200\234\313\200\234\313\200\234\313\200\234\313Ir\263Ir"
  "\263\0\0\0Go\261m\245\341m\245\341\377\377\377\377\377\377\377\377\377\377"
  "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
  "\377\377m\245\341m\245\341Go\261El\257m\245\341m\245\341\377\377\377\377"
  "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
  "\377\377\377\377\377\377\377\377m\245\341m\245\341El\257Bh\254i\241\337i"
  "\241\337\377\377\377\334\352\370\270\324\361\270\324\361\270\324\361\270"
  "\324\361\270\324\361\270\324\361\334\352\370\377\377\377i\241\337i\241\337"
  "Bh\254?e\250d\235\335d\235\335\377\377\377\377\377\377\377\377\377\377\377"
  "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
  "\377d\235\335d\235\335?e\250<`\244^\230\332^\230\332\377\377\377\334\352"
  "\370\270\324\361\270\324\361\270\324\361\270\324\361\270\324\361\270\324"
  "\361\334\352\370\377\377\377^\230\332^\230\332<`\2448[\240X\223\327X\223"
  "\327\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"
  "\377\377\377\377\377\377\377\377\377\377\377\377\377X\223\327X\223\3278["
  "\2404U\235R\215\324R\215\324\272\321\356\377\377\377\377\377\377\377\377"
  "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\272\321"
  "\356R\215\324R\215\3244U\2350Q\230K\207\320K\207\320K\207\320K\207\320K\207"
  "\320K\207\320K\207\320K\207\320K\207\320K\207\320K\207\320K\207\320K\207"
  "\320K\207\3200Q\230-L\224D\201\315D\201\315D\201\315D\201\315D\201\315D\201"
  "\315D\201\315D\201\315D\201\315D\201\315D\201\315D\201\315D\201\315D\201"
  "\315-L\224)F\220>{\312>{\312>{\312\311\325\344\354\354\352\354\354\352\354"
  "\354\352\354\354\352\354\354\352\354\354\352\311\325\344'?\214>{\312>{\312"
  ")F\220%A\2148v\3078v\3078v\307\354\354\352.U\244.U\244\354\354\352\354\354"
  "\352\354\354\352\354\354\352\354\354\352'?\2148v\3078v\307%A\214\"=\2112"
  "q\3042q\3042q\304\354\354\352+S\242+S\242\354\354\352\354\354\352\354\354"
  "\352\354\354\352\354\354\352'?\2142q\3042q\304\"=\211\0\0\0\36""9\205-m\302"
  "-m\302\354\354\352)Q\242)Q\242\354\354\352\354\354\352\354\354\352\354\354"
  "\352\354\354\352'?\214-m\302-m\302\36""9\205\0\0\0\0\0\0\34""5\202)i\300"
  "\354\354\352\354\354\352\354\354\352\354\354\352\354\354\352\354\354\352"
  "\354\354\352\354\354\352'?\214)i\300)i\300\34""5\202\0\0\0\0\0\0\0\0\0\32"
  """2\177\203\220\265\203\220\265\203\220\265\203\220\265\203\220\265\203\220"
  "\265\203\220\265\203\220\265\32""2\177\32""2\177\32""2\177\0\0\0",
};