annotate src/bitmaps/dimple3.xbm @ 82411:f166520262fd

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 16 Aug 2007 03:15:35 +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};