view src/bitmaps/gray.xbm @ 65302:c4e83cd72e41

Merge vhdl-mode.el version 3.33.6, from Reto Zimmermann <reto@gnu.org>.
author Romain Francoise <romain@orebokech.com>
date Wed, 31 Aug 2005 19:53:52 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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