Mercurial > emacs
view lisp/sb-pg.xpm @ 63245:c16acb8501d2
(copy_executable_and_add_section): Pass non-zero
`verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
environment. Print section names with %.8s.
(COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
only if non-zero. All callers changed.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 10 Jun 2005 12:54:56 +0000 |
parents | c2a09ac7b7b1 |
children |
line wrap: on
line source
/* XPM */ static char * sb_pg_xpm[] = { "20 15 5 1", " c None", ". c #B8B8B8", "+ c #000000", "@ c #828282", "# c #FFFFFF", " ............ ", " .++++++++++++@", " .++##########+@", " .+#+##########+@", " .+##+##########+@", " .+###+##########+@", " .+####+##########+@", ".+++++++##########+@", ".+################+@", ".+################+@", ".+################+@", ".+################+@", ".+################+@", ".++++++++++++++++++@", " @@@@@@@@@@@@@@@@@@ "};