view src/bitmaps/gray.xbm @ 72494:37bdcb1f6e30

(org-follow-gnus-link): Make sure the dedicated gnus frame is selected.
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 23 Aug 2006 10:07:42 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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