File: rarrow.xbm

package info (click to toggle)
nitpic 0.1-25
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: cpp: 3,845; ansic: 1,035; asm: 144; makefile: 15
file content (6 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (13)
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};