File: MFold

package info (click to toggle)
pixmap 2.6pl4-13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 796 kB
  • ctags: 1,558
  • sloc: ansic: 12,703; makefile: 866; sh: 11
file content (6 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
#define MFold_width 15
#define MFold_height 15
static char MFold_bits[] = {
   0x3f, 0x3f, 0x1f, 0x3e, 0x0f, 0x3c, 0x1f, 0x3e, 0x3b, 0x37, 0xf1, 0x23,
   0xe0, 0x01, 0xe0, 0x01, 0xf1, 0x23, 0x3b, 0x37, 0x1f, 0x3e, 0x0f, 0x3c,
   0x1f, 0x3e, 0x3f, 0x3f, 0x00, 0x00};