view src/bitmaps/dimple3.xbm @ 66089:9e3c435d42e0

mh-folder-tick-face had been renamed to mh-folder-tick but the code that invoked the face had not been updated. Tick highlighting working again.
author Bill Wohler <wohler@newt.com>
date Fri, 14 Oct 2005 23:48:21 +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};