Mercurial > emacs
view etc/images/widen.xpm @ 69212:16877a343711
(mh-image-load-path): Rename variable to mh-image-directory.
(mh-image-load-path): Access mh-image-directory instead of
mh-image-load-path.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Tue, 28 Feb 2006 21:47:19 +0000 |
parents | 7b615e6c0ea5 |
children |
line wrap: on
line source
/* XPM */ static char * widen_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 3 1", " c None", ". c #8d4d97577838", "X c black", /* pixels */ " ", " ", " ", " . . ", " . . ", " . . ", " . . ", " . . ", " . XX XX . ", " . XX XX . ", " . XX XX . ", " .XXXXXXXX XXXXXXXX. ", " .XXXXXXXX XXXXXXXX. ", " . XX XX . ", " . XX XX . ", " . XX XX . ", " . . ", " . . ", " . . ", " . . ", " . . ", " ", " ", " "};