File: previous.xbm

package info (click to toggle)
sixpack 0.57-4
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 1,272 kB
  • ctags: 587
  • sloc: python: 10,074; makefile: 63
file content (6 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#define previous_width 16
#define previous_height 16
static char previous_bits[] = {
 0x00,0x00,0x00,0x00,0xc0,0x40,0xe0,0x60,0xf0,0x70,0xf8,0x78,0xfc,0x7c,0xfe,
 0x7f,0xfe,0x7f,0xfc,0x7c,0xf8,0x78,0xf0,0x70,0xe0,0x60,0xc0,0x40,0x00,0x00,
 0x00,0x00};