view src/bitmaps/gray.xbm @ 98178:b0fd32c6e590

(file-truename): Don't raise args-out-of-range error when filename has no separator on windows-nt. (Bug#982)
author Martin Rudalics <rudalics@gmx.at>
date Mon, 15 Sep 2008 09:23:14 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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