view src/bitmaps/gray1.xbm @ 99463:1620ef046b91

(file_name_completion): If completion_ignore_case is enabled, ignore case when checking completion-regexp-list.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 08 Nov 2008 16:55: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};