File: def_bitmap.h

package info (click to toggle)
gwm 1.8d-2
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 5,120 kB
  • ctags: 3,030
  • sloc: ansic: 19,617; makefile: 1,763; lisp: 437; sh: 321; ml: 21
file content (9 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#define def_bitmap_width 20
#define def_bitmap_height 15
#define def_bitmap_x_hot 9
#define def_bitmap_y_hot 6
static unsigned char def_bitmap_bits[] = {
   0x3f, 0x00, 0x0c, 0x7e, 0x00, 0x06, 0xfc, 0x00, 0x03, 0xf8, 0x81, 0x01,
   0xf0, 0xc3, 0x00, 0xe0, 0x67, 0x00, 0xc0, 0x33, 0x00, 0x80, 0x19, 0x00,
   0xc0, 0x3c, 0x00, 0x60, 0x7e, 0x00, 0x30, 0xfc, 0x00, 0x18, 0xf8, 0x01,
   0x0c, 0xf0, 0x03, 0x06, 0xe0, 0x07, 0x03, 0xc0, 0x0f};