view src/bitmaps/gray.xbm @ 41843:ab6cfeb406ab

(compilation-error-regexp-alist): Added regexps for RXP. From Reto Stamm <reto@xilinx.com>.
author Miles Bader <miles@gnu.org>
date Thu, 06 Dec 2001 15:24:09 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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