File: tack.xbm

package info (click to toggle)
xmpi 2.2-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,232 kB
  • ctags: 1,656
  • sloc: ansic: 13,738; sh: 1,799; makefile: 233
file content (6 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
#define tack_width 16
#define tack_height 16
static unsigned char tack_bits[] = {
   0x00, 0x00, 0xe0, 0x07, 0xe0, 0x07, 0xc0, 0x03, 0x40, 0x02, 0x40, 0x02,
   0x40, 0x02, 0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0x80, 0x01, 0x80, 0x01,
   0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00};