File: random.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 (8 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#define random_width 19
#define random_height 19
static char random_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xff, 0x01, 0x04, 0x00, 0x01,
   0xf4, 0x78, 0x01, 0x74, 0x70, 0x01, 0xf4, 0x78, 0x01, 0xd4, 0x5d, 0x01,
   0x84, 0x08, 0x01, 0x04, 0x00, 0x01, 0x84, 0x08, 0x01, 0xd4, 0x5d, 0x01,
   0xf4, 0x78, 0x01, 0x74, 0x70, 0x01, 0xf4, 0x78, 0x01, 0x04, 0x00, 0x01,
   0xfc, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};