File: right.ico

package info (click to toggle)
ts 9902p1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,252 kB
  • ctags: 1,271
  • sloc: tcl: 5,638; sh: 129; makefile: 40
file content (14 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define right_width 32
#define right_height 32
static unsigned char right_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
   0x80, 0x03, 0x00, 0x00, 0x80, 0x07, 0x00, 0x00, 0x80, 0x1f, 0x00, 0x00,
   0x80, 0x3f, 0x00, 0x00, 0x80, 0xff, 0x00, 0x00, 0x80, 0xff, 0x01, 0x00,
   0x80, 0xff, 0x07, 0x00, 0x80, 0xff, 0x0f, 0x00, 0x80, 0xff, 0x1f, 0x00,
   0x80, 0xff, 0x7f, 0x00, 0x80, 0xff, 0xff, 0x00, 0x80, 0xff, 0xff, 0x03,
   0x80, 0xff, 0xff, 0x07, 0x80, 0xff, 0xff, 0x1f, 0x80, 0xff, 0xff, 0x3f,
   0x80, 0xff, 0xff, 0x1f, 0x80, 0xff, 0xff, 0x07, 0x80, 0xff, 0xff, 0x01,
   0x80, 0xff, 0x7f, 0x00, 0x80, 0xff, 0x1f, 0x00, 0x80, 0xff, 0x07, 0x00,
   0x80, 0xff, 0x03, 0x00, 0x80, 0xff, 0x00, 0x00, 0x80, 0x3f, 0x00, 0x00,
   0x80, 0x0f, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};