File: bitmap.h

package info (click to toggle)
abuse 2.00-12
  • links: PTS
  • area: main
  • in suites: slink
  • size: 12,708 kB
  • ctags: 15,389
  • sloc: ansic: 115,852; cpp: 6,792; lisp: 2,066; sh: 1,734; makefile: 1,601; asm: 264
file content (8 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#define bitmap_width 16
#define bitmap_height 16
static char bitmap_bits[] = {
   0x40, 0x00, 0x40, 0x00, 0x60, 0x18, 0x22, 0x7e, 0x34, 0xff, 0x18, 0xff,
   0x0c, 0xff, 0x16, 0x7e, 0x23, 0x18, 0x00, 0x00, 0x24, 0xfa, 0x6a, 0x22,
   0xa9, 0x22, 0xaf, 0x22, 0x29, 0x23, 0x29, 0xfb};