File: pointer.xbm

package info (click to toggle)
nitpic 0.1-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 212 kB
  • ctags: 298
  • sloc: cpp: 2,212; ansic: 408; asm: 144; makefile: 50; sh: 3
file content (6 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#define pointer_width 16
#define pointer_height 16
static unsigned char pointer_bits[] = {
   0x02, 0x00, 0x0e, 0x00, 0x3e, 0x00, 0xfe, 0x00, 0xfe, 0x03, 0xfe, 0x0f,
   0xfe, 0x3f, 0xfe, 0x7f, 0xfe, 0x3f, 0xfe, 0x0f, 0xfe, 0x03, 0xfe, 0x00,
   0x3e, 0x00, 0x0e, 0x00, 0x02, 0x00, 0x00, 0x00};