File: list.xbm

package info (click to toggle)
rasterview 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 776 kB
  • sloc: cpp: 5,686; ansic: 2,211; makefile: 112; python: 13
file content (6 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#define list_width 16
#define list_height 16
static unsigned char list_bits[] = {
   0xe7, 0xff, 0xe7, 0xff, 0xe7, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0xe7, 0xff, 0xe7, 0xff, 0xe7, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0xe7, 0xff, 0xe7, 0xff, 0xe7, 0xff, 0x00, 0x00 };