view src/bitmaps/gray.xbm @ 101930:a7b014166b41

* env.el (getenv): When FRAME is non-nil, pass the frame environment to `getenv-internal', not the frame. (Bug#2259)
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 10 Feb 2009 10:24:59 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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