view src/bitmaps/gray.xbm @ 101945:2ee2b248bc62

(dired-add-entry): Avoid munging long-form Dired switches (Bug#2261).
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 11 Feb 2009 14:47:24 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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