File: warn.xbm

package info (click to toggle)
libforms 1.2.3-1.7
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,904 kB
  • sloc: ansic: 97,669; sh: 11,156; makefile: 951
file content (8 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#define warn_width 16
#define warn_height 16
static unsigned char warn_bits[] =
{
   0x80, 0x03, 0xc0, 0x07, 0xc0, 0x07, 0xc0, 0x07, 0xc0, 0x07, 0xc0, 0x07,
   0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0x00, 0x01, 0x00, 0x01,
   0x00, 0x00, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03
};