view src/bitmaps/dimple3.xbm @ 51713:205602055b5f

(Help): Mention existence of Emacs and stand-alone Info at the very beginning of the tutorial. (Help-Inv): New node. (Help-]): New node. (Help-M): Systematically point out the differences between default Emacs and stand-alone versions. Delete second menu. (Help-Xref): Systematically point out the differences between default Emacs and stand-alone versions. (Help-Int): Change `l' example. (Expert Info): Fix typos. (Emacs Info Variables): Mention `Info-hide-note-references' and new default for `Info-scroll-prefer-subnodes'.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 03 Jul 2003 01:59:39 +0000
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};