view etc/images/custom/down.xpm @ 95461:b4b6d87a7fb5

(dot, dotdot): Remove, update users. ".." has been used elsewhere in the file for a long time. (LIBXT_STATIC): Remove conditional based on unused variable.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 01 Jun 2008 16:59:27 +0000
parents e2fb0c9c7a42
children b0ca8a5b94ae
line wrap: on
line source

/* XPM */
static char * down_xpm[] = {
"10 10 4 1",
" 	c none",
".	c gray90",
"X	c gray45",
"O	c gray75",
"..........",
"........XX",
" ..OOOOXX ",
" ..OOOOXX ",
"  ..OOXX  ",
"  ..OOXX  ",
"   ..XX   ",
"   ..XX   ",
"    .X    ",
"    .X    "};