Mercurial > emacs
view etc/images/custom/down.xpm @ 112433:7b649f6eac4f
Merge from mainline.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 22 Jan 2011 17:09:09 -0800 |
parents | 2c9f719ae74b |
children |
line wrap: on
line source
/* XPM */ static char * down_xpm[] = { "9 9 4 1", " c none", ". c black", "x c gray45", "+ c white", ".........", ".x+++++x.", " .+++++. ", " .x+++x. ", " .+++. ", " .x+x. ", " .+. ", " .x. ", " . "};