annotate src/bitmaps/dimple1.xbm @ 53315:767b85819555
(texinfo-multi-file-update): create a new list of included files,
called `files-with-node-lines', that only have node lines. This way
@include commands can include any file, such as version and update
files without node lines, not just files that are chapters.
author |
Robert J. Chassell <bob@rattlesnake.com> |
date |
Thu, 25 Dec 2003 20:20:50 +0000 |
parents |
8f14d08e19f7 |
children |
|
rev |
line source |
25830
|
1 #define dimple1_width 16
|
|
2 #define dimple1_height 16
|
|
3 static unsigned char dimple1_bits[] = {
|
|
4 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
5 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
6 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};
|