annotate src/bitmaps/dimple3.xbm @ 64022:9a64c5484f9b

(initialization): Finish `defgroup' description with period.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 04 Jul 2005 02:30:31 +0000
parents 8f14d08e19f7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25830
Dave Love <fx@gnu.org>
parents:
diff changeset
1 #define dimple3_width 16
Dave Love <fx@gnu.org>
parents:
diff changeset
2 #define dimple3_height 16
Dave Love <fx@gnu.org>
parents:
diff changeset
3 static unsigned char dimple3_bits[] = {
Dave Love <fx@gnu.org>
parents:
diff changeset
4 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00,
Dave Love <fx@gnu.org>
parents:
diff changeset
5 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
Dave Love <fx@gnu.org>
parents:
diff changeset
6 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};