view src/bitmaps/dimple1.xbm @ 52709:7bea35b48a17

Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-69 Update INSTALL-CVS to reflect new loaddefs.el handling
author Miles Bader <miles@gnu.org>
date Wed, 01 Oct 2003 02:09:47 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define dimple1_width 16
#define dimple1_height 16
static unsigned char dimple1_bits[] = {
   0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
   0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
   0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};