Mercurial > hg > xemacs-beta
view etc/custom/option.xpm @ 5202:1c615eb1e4b2
disable specifier memory usage for the moment
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-04-12 Ben Wing <ben@xemacs.org>
* specifier.c (specifier_memory_usage):
Disable specifier memory-usage stats for now. Sometimes they can
end up with circularities in them and I'm not sure exactly whats
going on to produce them.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 12 Apr 2010 01:41:38 -0500 |
parents | 5a88923fcbfe |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ static char *option[] = { /* width height num_colors chars_per_pixel */ " 17 17 4 1", /* colors */ ". c #000000", "a c #a8b038", "b c #f8f800", "c s None c None", /* pixels */ "ccccccccccccccccc", "ccccccccccccccccc", "cccccbbbbbbcccccc", "ccccbbbbbbbbccccc", "cccbbbaaaabbbcccc", "ccbbbaaaaaabbbccc", "cbbbaabbbaabbbbcc", "cbbbaababaabbbbcc", "cbbbbbbbaabbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbbbbbbbbbbcc", "ccbbbbbaabbbbbccc", "cccbbbbaabbbbcccc", "ccccbbbbbbbbccccc", "cccccbbbbbbcccccc", "ccccccccccccccccc" };