view src/bitmaps/gray1.xbm @ 49368:52f5fa69909e

(ido-make-file-list, ido-make-dir-list): Don't move visited directories to end of list; it's the wrong thing to do if we want to find a file or directory in such directories.
author Kim F. Storm <storm@cua.dk>
date Tue, 21 Jan 2003 22:13:23 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};