File: rarrow.xbm

package info (click to toggle)
nitpic 0.1-13
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 208 kB
  • sloc: cpp: 2,212; ansic: 408; asm: 144; makefile: 52
file content (6 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#define rarrow_width 16
#define rarrow_height 16
static unsigned char rarrow_bits[] = {
   0x00, 0x00, 0x00, 0x02, 0x00, 0x06, 0x00, 0x0e, 0xfe, 0x1f, 0xfe, 0x3f,
   0xfe, 0x7f, 0xfe, 0xff, 0xfe, 0x7f, 0xfe, 0x3f, 0xfe, 0x1f, 0x00, 0x0e,
   0x00, 0x06, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00};