Mercurial > hg > xemacs-beta
view etc/custom/check0.xpm @ 5238:2cc24c69446c
Document the new allocator and the new garbage collector in gc.c and mc-alloc.c.
author | Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
---|---|
date | Mon, 05 Jul 2010 18:17:39 +0200 |
parents | 8fc7fe29b841 |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ static char * check0_xpm[] = { "11 11 3 1", " c #E6E6E6E6E6E6", ". c #737373737373", "X c #BFBFBFBFBFBF", " ", " .", " XXXXXXX..", " XXXXXXX..", " XXXXXXX..", " XXXXXXX..", " XXXXXXX..", " XXXXXXX..", " XXXXXXX..", " .........", " .........."};