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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
1 /* XPM */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
2 static char *option[] = {
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
3 /* width height num_colors chars_per_pixel */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
4 " 17 17 4 1",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
5 /* colors */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
6 ". c #000000",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
7 "a c #a8b038",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
8 "b c #f8f800",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
9 "c s None c None",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
10 /* pixels */
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
11 "ccccccccccccccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
12 "ccccccccccccccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
13 "cccccbbbbbbcccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
14 "ccccbbbbbbbbccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
15 "cccbbbaaaabbbcccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
16 "ccbbbaaaaaabbbccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
17 "cbbbaabbbaabbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
18 "cbbbaababaabbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
19 "cbbbbbbbaabbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
20 "cbbbbbbaabbbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
21 "cbbbbbbaabbbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
22 "cbbbbbbbbbbbbbbcc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
23 "ccbbbbbaabbbbbccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
24 "cccbbbbaabbbbcccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
25 "ccccbbbbbbbbccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
26 "cccccbbbbbbcccccc",
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
27 "ccccccccccccccccc"
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
28 };