view src/bitmaps/dimple1.xbm @ 52664:0e2f2cae953c

(mode-line-modes): Remove superfluous :propertize construct in initialization. (mode-line-position): Change cons cell into proper list in initialization.
author Lute Kamstra <lute@gnu.org>
date Mon, 29 Sep 2003 10:28:21 +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};