File: target

package info (click to toggle)
xbitmaps 1.1.1-2.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 928 kB
  • sloc: sh: 3,791; makefile: 314
file content (6 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (37)
1
2
3
4
5
6
#define target_width 16
#define target_height 16
static char target_bits[] = {
   0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0xe0, 0x07, 0x90, 0x09, 0x88, 0x11,
   0xc8, 0x13, 0x7e, 0x7e, 0x7e, 0x7e, 0xc8, 0x13, 0x88, 0x11, 0x90, 0x09,
   0xe0, 0x07, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00};