File: white

package info (click to toggle)
xtel 3.3.0-5.6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,924 kB
  • ctags: 1,677
  • sloc: ansic: 15,657; sh: 229; makefile: 66
file content (7 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
#ident "$Id: white,v 1.1 1994/08/30 15:54:15 pierre Exp $"
#define white_width 16
#define white_height 16
static char white_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};