File: circle2.bmp

package info (click to toggle)
transcriber 1.5.1.1-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,484 kB
  • sloc: tcl: 13,141; ansic: 1,895; sh: 1,193; makefile: 75; xml: 66
file content (6 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#define circle2_width 16
#define circle2_height 16
static unsigned char circle2_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xc0, 0x05, 0xe0, 0x0e, 0x70, 0x1f, 0x78, 0x3c,
   0x18, 0x18, 0x28, 0x28, 0x30, 0x30, 0x38, 0x38, 0x78, 0x3c, 0xf0, 0x1d,
   0xe0, 0x0e, 0x40, 0x07, 0x00, 0x00, 0x00, 0x00 };