File: sim_pause.b

package info (click to toggle)
tkgate 1.8.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,380 kB
  • ctags: 7,974
  • sloc: ansic: 38,037; tcl: 6,804; sh: 615; lex: 445; yacc: 413; makefile: 68
file content (13 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define sim_pause_width 30
#define sim_pause_height 30
static unsigned char sim_pause_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
   0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 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};