File: closedlight.xbm

package info (click to toggle)
tkman 2.2-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 928 kB
  • ctags: 291
  • sloc: tcl: 8,264; sh: 400; makefile: 242
file content (6 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#define closed_width 16
#define closed_height 16
static unsigned char closed_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x40, 0x01, 0x00, 0x02, 0x40, 0x04,
   0x40, 0x08, 0x00, 0x10, 0x40, 0x08, 0x40, 0x04, 0x00, 0x02, 0x40, 0x01,
   0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};