view src/bitmaps/gray.xbm @ 106808:390461140f6c

* files.el (copy-directory): Compute target for recursive directories with identical names. (Bug#5343)
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 12 Jan 2010 22:59:05 +0100
parents 8f14d08e19f7
children
line wrap: on
line source

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