Mercurial > emacs
changeset 82576:bb8d8690b377
Move tree-widget/ from etc/ to etc/images/
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 22 Aug 2007 04:59:13 +0000 |
parents | 2a2b472ed974 |
children | 23f7015c05ab |
files | etc/images/tree-widget/default/leaf.xpm |
diffstat | 1 files changed, 33 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/tree-widget/default/leaf.xpm Wed Aug 22 04:59:13 2007 +0000 @@ -0,0 +1,33 @@ +/* XPM */ +static char * leaf_xpm[] = { +"16 21 9 1", +" c None", +". c #424242", +"+ c #737373", +"@ c #7B7B7B", +"# c #848484", +"$ c #8C8C8C", +"% c #949494", +"& c #9C9C9C", +"* c #A5A5A5", +" ", +" ", +" ", +" ", +" ", +" ", +" ..... ", +" .+@@##. ", +" .+@@##$$. ", +".+@@##$$%%. ", +".@@##$$%%&. ", +".@##$$%%&*. ", +" .#$$%%&*. ", +" .$%%&*. ", +" ..... ", +" ", +" ", +" ", +" ", +" ", +" "};