annotate src/bitmaps/dimple3.xbm @ 112334:7e12e8b5864c

Merge from mainline.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 17 Jan 2011 11:47:38 -0800
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};