view src/bitmaps/dimple3.xbm @ 112047:03c1dc6b7801

Fix bug #7617 with documentation of expand-file-name. fileio.c (Fexpand_file_name): One more doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 13 Dec 2010 18:13:29 +0200
parents 8f14d08e19f7
children
line wrap: on
line source

#define dimple3_width 16
#define dimple3_height 16
static unsigned char dimple3_bits[] = {
   0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};