Mercurial > hg > xemacs-beta
annotate etc/custom/option.xpm @ 3303:619edf713d55
[xemacs-hg @ 2006-03-26 14:05:29 by crestani]
2006-03-21 Marcus Crestani <crestani@xemacs.org>
* mc-alloc.c (visit_all_used_page_headers):
* mc-alloc.c (finalize_page_for_disksave):
* mc-alloc.c (mc_finalize_for_disksave):
* mc-alloc.c (sweep_page):
* mc-alloc.c (mc_sweep):
* mc-alloc.c (protect_heap_page):
* mc-alloc.c (protect_heap_pages):
* mc-alloc.c (unprotect_heap_page):
* mc-alloc.c (unprotect_heap_pages):
* mc-alloc.h: Return number of pages processed.
* vdb.c (vdb_start_dirty_bits_recording): Adjust size of
page_fault_table to its upper bound (= number of pages that
contain BLACK objects) in advance, to avoid malloc in the signal
handler.
author | crestani |
---|---|
date | Sun, 26 Mar 2006 14:05:30 +0000 |
parents | 5a88923fcbfe |
children | 7910031dd78a |
rev | line source |
---|---|
165 | 1 /* XPM */ |
2 static char *option[] = { | |
3 /* width height num_colors chars_per_pixel */ | |
4 " 17 17 4 1", | |
5 /* colors */ | |
6 ". c #000000", | |
7 "a c #a8b038", | |
8 "b c #f8f800", | |
9 "c s None c None", | |
10 /* pixels */ | |
11 "ccccccccccccccccc", | |
12 "ccccccccccccccccc", | |
13 "cccccbbbbbbcccccc", | |
14 "ccccbbbbbbbbccccc", | |
15 "cccbbbaaaabbbcccc", | |
16 "ccbbbaaaaaabbbccc", | |
17 "cbbbaabbbaabbbbcc", | |
18 "cbbbaababaabbbbcc", | |
19 "cbbbbbbbaabbbbbcc", | |
20 "cbbbbbbaabbbbbbcc", | |
21 "cbbbbbbaabbbbbbcc", | |
22 "cbbbbbbbbbbbbbbcc", | |
23 "ccbbbbbaabbbbbccc", | |
24 "cccbbbbaabbbbcccc", | |
25 "ccccbbbbbbbbccccc", | |
26 "cccccbbbbbbcccccc", | |
27 "ccccccccccccccccc" | |
28 }; |