File: polygon.xbm

package info (click to toggle)
euslisp 9.27%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 55,344 kB
  • sloc: ansic: 41,162; lisp: 3,339; makefile: 256; sh: 208; asm: 138; python: 53
file content (9 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#define polygon_width 21
#define polygon_height 21
static char polygon_bits[] = {
   0x80, 0x00, 0x00, 0x40, 0x01, 0x00, 0x20, 0x01, 0x00, 0x20, 0x02, 0x00,
   0x10, 0x02, 0x18, 0x08, 0x04, 0x17, 0x04, 0xe4, 0x08, 0x04, 0x18, 0x08,
   0x02, 0x00, 0x08, 0x07, 0x00, 0x04, 0xf8, 0x01, 0x04, 0x00, 0x1e, 0x02,
   0x00, 0x06, 0x02, 0xc0, 0x01, 0x02, 0x30, 0x00, 0x01, 0x0c, 0x00, 0x01,
   0x30, 0x00, 0x01, 0xc0, 0x81, 0x00, 0x00, 0x86, 0x00, 0x00, 0x58, 0x00,
   0x00, 0x60, 0x00};