File: outside

package info (click to toggle)
xevil 1.5.1e-2.2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,580 kB
  • ctags: 2,655
  • sloc: cpp: 17,863; makefile: 223; sh: 1
file content (6 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#define outside_width 16
#define outside_height 16
static unsigned char outside_bits[] = {
   0xff, 0xff, 0xdd, 0xdd, 0xbb, 0xbb, 0x77, 0xf7, 0xef, 0xee, 0xdd, 0xdd,
   0xbb, 0xbb, 0x77, 0xf7, 0xef, 0xee, 0xdd, 0xdd, 0xbb, 0xbb, 0x77, 0xf7,
   0xef, 0xee, 0xdd, 0xdd, 0xbb, 0xbb, 0xff, 0xff};