File: icon.xbm

package info (click to toggle)
xjump 2.7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 128 kB
  • ctags: 129
  • sloc: ansic: 954; makefile: 64; sh: 8
file content (14 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define icon_width 32
#define icon_height 32
static unsigned char icon_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xc0, 0xf0, 0x61, 0x00, 0xa0, 0xf9, 0xb3, 0x00,
   0x60, 0xfd, 0xd7, 0x00, 0xa0, 0x0e, 0xae, 0x00, 0x60, 0x05, 0xd4, 0x00,
   0xa0, 0x06, 0xac, 0x00, 0x40, 0x0d, 0x56, 0x00, 0xc0, 0xfa, 0x6b, 0x00,
   0x80, 0x55, 0x35, 0x00, 0x00, 0xab, 0x1a, 0x00, 0x00, 0x56, 0x0d, 0x00,
   0x00, 0xac, 0x06, 0x00, 0x00, 0xfc, 0x07, 0x00, 0x00, 0xfe, 0x0f, 0x00,
   0x00, 0xff, 0x1f, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x80, 0xff, 0x3f, 0x00,
   0x80, 0xff, 0x3f, 0x00, 0x80, 0x1f, 0x3f, 0x00, 0xc0, 0x0f, 0x7e, 0x00,
   0xc0, 0x07, 0x7c, 0x00, 0xc0, 0x43, 0x78, 0x00, 0x80, 0x41, 0x30, 0x00,
   0x00, 0x48, 0x02, 0x00, 0x00, 0x48, 0x02, 0x00, 0x00, 0x49, 0x12, 0x00,
   0x00, 0x09, 0x12, 0x00, 0x00, 0x09, 0x12, 0x00, 0x00, 0x01, 0x10, 0x00,
   0x00, 0x01, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00};