File: icon

package info (click to toggle)
xv 3.10a-16
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 7,836 kB
  • ctags: 3,378
  • sloc: ansic: 42,181; makefile: 152; sh: 78; csh: 37
file content (17 lines) | stat: -rw-r--r-- 1,085 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#define icon_width 40
#define icon_height 32
static unsigned char icon_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c,
   0x1c, 0x00, 0x0e, 0x38, 0x1e, 0x1e, 0x00, 0x0f, 0x1c, 0x1f, 0x1f, 0x00,
   0x0f, 0x8f, 0x1f, 0x1f, 0x00, 0x8f, 0x07, 0x8f, 0x0f, 0x00, 0xcf, 0x83,
   0x8f, 0x0f, 0x00, 0xef, 0x81, 0xc7, 0x07, 0x00, 0xff, 0xc0, 0xc7, 0x47,
   0x00, 0x7f, 0xc0, 0xc3, 0x63, 0x00, 0x3f, 0xe0, 0x83, 0x7f, 0x00, 0x1f,
   0xf0, 0xc1, 0x3f, 0x00, 0x0f, 0xf8, 0xc1, 0x1d, 0x00, 0x0f, 0xfc, 0xe0,
   0x00, 0x80, 0x0f, 0xfe, 0xf0, 0x00, 0xc0, 0x0f, 0x7f, 0x70, 0x00, 0xe0,
   0x8f, 0x7f, 0x38, 0x00, 0xf0, 0xcf, 0x7b, 0x3c, 0x00, 0x78, 0xff, 0x79,
   0x1e, 0x00, 0x3c, 0xff, 0xf8, 0x0f, 0x00, 0x1e, 0x7e, 0xf8, 0x07, 0x00,
   0x0e, 0x3e, 0xf0, 0x03, 0x00, 0x0e, 0x1c, 0xf0, 0x01, 0x00, 0x08, 0x00,
   0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00};