view src/bitmaps/gray.xbm @ 30371:f69ecffe8453

(note_mouse_highlight): Process overlays in the right order of priority.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 21 Jul 2000 15:54:14 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};