File: translucent.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 (6 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#define translucent_width 16
#define translucent_height 16
static char translucent_bits[] = {
   0x00, 0x00, 0xfe, 0x07, 0x02, 0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0x04,
   0x02, 0x04, 0xa2, 0x7e, 0x02, 0x44, 0x22, 0x44, 0x02, 0x44, 0xfe, 0x47,
   0x20, 0x40, 0x20, 0x40, 0xe0, 0x7f, 0x00, 0x00};