annotate src/bitmaps/dimple3.xbm @ 76467:fd2206c3690b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 11 Mar 2007 23:53:38 +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};