mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
These headers make GraphicsMagick croak with "Improper image header". Note that the copyright information is already in README. * etc/images/checked.xpm: * etc/images/gnus/gnus.xpm: * etc/images/gnus/gnus-pointer.xpm: * etc/images/mh-logo.xpm: * etc/images/unchecked.xpm: Normalize file headers.
20 lines
314 B
C
20 lines
314 B
C
/* XPM */
|
|
static char * checked_xpm[] = {
|
|
"12 12 5 1",
|
|
" c None",
|
|
". c gray20",
|
|
"+ c white",
|
|
"@ c gray70",
|
|
"# c black",
|
|
"............",
|
|
"............",
|
|
"..@@@@@@##+.",
|
|
"..@@@@@@##+.",
|
|
"..#@@@@##@+.",
|
|
"..##@@@##@+.",
|
|
"..###@##@@+.",
|
|
"..@#####@@+.",
|
|
"..@@###@@@+.",
|
|
"..@++##++++.",
|
|
".@+++++++++.",
|
|
"............"};
|