view etc/images/ezimage/dir.xpm @ 72538:85113179d2d1

(directory_files_internal_unwind, directory_files_internal) (file_name_completion): Add BLOCK_INPUT around opendir/closedir.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 27 Aug 2006 07:08:39 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_dir_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #DBDB00",
"#	c #FFF993",
" .......            ",
".+++++++.           ",
".+@@@@@@+.......... ",
".+@@@@@@@++++++++++.",
".+@@@@@@@@@@@@@@@@+.",
".+##############@@+.",
".+###############@+.",
".+###############@+.",
".+###############@+.",
".+###############@+.",
".+###############@+.",
".+###############@+.",
".+###############@+.",
".++++++++++++++++++.",
" .................. "};