File: cross.xbm

package info (click to toggle)
abacus 0.9.13-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 6,308 kB
  • ctags: 5,121
  • sloc: ansic: 27,541; cpp: 11,425; tcl: 7,564; makefile: 386; yacc: 327; lex: 265; sh: 221
file content (9 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#define cross_width 21
#define cross_height 21
static unsigned char cross_bits[] = {
  0x04, 0x00, 0x04, 0x0e, 0x00, 0x0e, 0x1f, 0x00, 0x0f, 0x3e, 0x80, 0x0f,
  0x7c, 0xc0, 0x07, 0xf8, 0xe0, 0x03, 0xf0, 0xf1, 0x01, 0xe0, 0xfb, 0x00,
  0xc0, 0x7f, 0x00, 0x80, 0x3f, 0x00, 0x00, 0x1f, 0x00, 0x80, 0x3f, 0x00,
  0xc0, 0x7f, 0x00, 0xe0, 0xfb, 0x00, 0xf0, 0xf1, 0x01, 0xf8, 0xe0, 0x03,
  0x7c, 0xc0, 0x07, 0x3e, 0x80, 0x0f, 0x1f, 0x00, 0x0f, 0x0e, 0x00, 0x0e,
  0x00, 0x00, 0x00, };