File: downarrow.xbm

package info (click to toggle)
euslisp 9.27%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 55,344 kB
  • sloc: ansic: 41,162; lisp: 3,339; makefile: 256; sh: 208; asm: 138; python: 53
file content (8 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#define downarrow_width 16
#define downarrow_height 16
#define downarrow_x_hot 15
#define downarrow_y_hot 0
static unsigned char downarrow_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0x10, 0x18, 0x10, 0x18, 0x10, 0x18,
   0x10, 0x18, 0x1c, 0x78, 0x04, 0x60, 0x08, 0x30, 0x10, 0x18, 0x20, 0x0c,
   0x40, 0x06, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00};